Skip to content

Commit

Permalink
Update release workflow to allow dirty publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nurliman committed May 8, 2024
1 parent 9563e21 commit d68ba6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cold-clouds-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nurliman/base85": patch
---

Update release workflow to allow dirty publish
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:

- name: Publish to JSR
if: steps.changesets.outputs.published == 'true'
run: pnpm dlx jsr publish
run: pnpm dlx jsr publish --allow-dirty

0 comments on commit d68ba6c

Please sign in to comment.