Skip to content

Commit a445f51

Browse files
committed
Attempt to fix JSR publishing
1 parent 27113a2 commit a445f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
if: success()
4444
run: |
4545
npm publish --access public
46-
npx --yes jsr publish
46+
npx --yes jsr publish --allow-dirty
4747
env:
4848
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)