Skip to content

Commit

Permalink
fix: jsr publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Oct 28, 2024
1 parent 01ba0f5 commit 33c7a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Publish ${{matrix.crate}}
working-directory: crates/${{matrix.crate}}/pkg
run: npx jsr publish
run: npx jsr publish --allow-dirty

publish-github:
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 33c7a3d

Please sign in to comment.