Skip to content

Commit

Permalink
fix(build): 🐛 Remove wrong flag use
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed May 14, 2024
1 parent 5c7eddc commit 556aca7
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 --provenance --allow-slow-types
run: cd federation && bunx jsr publish --allow-slow-types

0 comments on commit 556aca7

Please sign in to comment.