Skip to content

Commit 022fb1d

Browse files
committed
fix publish GitHub Action
1 parent 7d312dd commit 022fb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
# Publish
4040
npm publish --provenance --access public
41-
npm exec --yes -- jsr publish --provenance
41+
npm exec --yes -- jsr publish
4242
4343
# Push version up commit
4444
git push

0 commit comments

Comments
 (0)