We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e98be commit 85be05aCopy full SHA for 85be05a
.github/workflows/publish.yaml
@@ -18,4 +18,4 @@ jobs:
18
run: |
19
sed -i "s/\$CLOUD_VERSION/$(jq -r '.version' deno.json)/" src/extension/core-extension.ts
20
- name: Publish package
21
- run: npx jsr publish
+ run: npx jsr publish --allow-dirty
0 commit comments