Skip to content

Commit 9d48494

Browse files
github-actions[bot]hckhanh
authored andcommitted
Add --allow-dirty flag to fix JSR publish command
1 parent 471cf94 commit 9d48494

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/breezy-socks-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"fast-url": patch
3+
---
4+
5+
Add `--allow-dirty` flag to fix JSR publish command

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: Publish to JSR
4141
run: |
4242
bun tools/jsr.ts
43-
bunx jsr publish
43+
bunx jsr publish --allow-dirty
4444
if: steps.changesets.outputs.published == 'true'

0 commit comments

Comments
 (0)