Skip to content

Commit 203bb01

Browse files
committed
Merge remote-tracking branch 'vue-mess-detector/fix-jsr-publish-action'
2 parents 7bd854d + b7e3435 commit 203bb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jsr-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: yarn install
3232

3333
- name: Publish to JSR with version from tag
34-
run: npx jsr publish --allow-dirty --tag ${{ steps.get_tag.outputs.tag }}
34+
run: npx jsr@0.8.0 publish --allow-dirty --tag ${{ steps.get_tag.outputs.tag }}

0 commit comments

Comments
 (0)