Skip to content

Commit

Permalink
chore: allow dirty working directory for jsr publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Dec 10, 2024
1 parent 76732a5 commit d4a77af
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 @@ -91,7 +91,7 @@ jobs:
name: build
path: pkg

- run: npx jsr publish
- run: npx jsr publish --allow-dirty
working-directory: pkg/

publish-github-release:
Expand Down

0 comments on commit d4a77af

Please sign in to comment.