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.
2 parents 7bd854d + b7e3435 commit 203bb01Copy full SHA for 203bb01
.github/workflows/jsr-publish.yml
@@ -31,4 +31,4 @@ jobs:
31
run: yarn install
32
33
- name: Publish to JSR with version from tag
34
- run: npx jsr publish --allow-dirty --tag ${{ steps.get_tag.outputs.tag }}
+ run: npx jsr@0.8.0 publish --allow-dirty --tag ${{ steps.get_tag.outputs.tag }}
0 commit comments