Skip to content

Commit

Permalink
fix(build): 🐛 Add allow dirty to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed May 14, 2024
1 parent 556aca7 commit 22b90d2
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 @@ -46,4 +46,4 @@ jobs:
run: bunx @morlay/bunpublish --provenance --tag ${{ github.event.inputs.tag }}

- name: Publish to JSR
run: cd federation && bunx jsr publish --allow-slow-types
run: cd federation && bunx jsr publish --allow-slow-types --allow-dirty

0 comments on commit 22b90d2

Please sign in to comment.