Skip to content

Commit b7e3435

Browse files
fix: pin JSR CLI version in publish workflow
This change pins the JSR CLI version to 0.8.0 in the jsr-publish.yml workflow. This is intended to prevent potential failures caused by unexpected updates or regressions in newer versions of the JSR CLI.
1 parent 7bd854d commit b7e3435

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)