diff --git a/.github/workflows/release-deno.yml b/.github/workflows/release-deno.yml index 7c36180..4f42bf2 100644 --- a/.github/workflows/release-deno.yml +++ b/.github/workflows/release-deno.yml @@ -42,4 +42,4 @@ jobs: run: cp ./deno/deno.json README.md Mock-plugin.md CHANGELOG.md ./src/ && rm -f package.json - name: Publish package to JSR of deno - run: cd src && ls && npx jsr publish \ No newline at end of file + run: cd src && ls && npx jsr publish --allow-slow-types \ No newline at end of file