We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27113a2 commit a445f51Copy full SHA for a445f51
.github/workflows/publish-package.yml
@@ -43,6 +43,6 @@ jobs:
43
if: success()
44
run: |
45
npm publish --access public
46
- npx --yes jsr publish
+ npx --yes jsr publish --allow-dirty
47
env:
48
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments