Skip to content

Commit a7948af

Browse files
fix: JSR release ci
1 parent 9c76c69 commit a7948af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ jobs:
9797
node -e "const fs=require('node:fs'); const pkg=JSON.parse(fs.readFileSync('package.json','utf8')); const jsr=JSON.parse(fs.readFileSync('jsr.json','utf8')); jsr.version=pkg.version; fs.writeFileSync('jsr.json', JSON.stringify(jsr, null, 2) + '\n');"
9898
9999
- name: Publish to JSR
100-
run: npx jsr publish
100+
run: npx jsr publish --allow-dirty

0 commit comments

Comments
 (0)