We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--allow-dirty
1 parent 471cf94 commit 9d48494Copy full SHA for 9d48494
.changeset/breezy-socks-fix.md
@@ -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
@@ -40,5 +40,5 @@ jobs:
40
- name: Publish to JSR
41
run: |
42
bun tools/jsr.ts
43
- bunx jsr publish
+ bunx jsr publish --allow-dirty
44
if: steps.changesets.outputs.published == 'true'
0 commit comments