Skip to content

Commit

Permalink
Add --allow-dirty to 'cargo publish'.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarlycow committed Jan 7, 2024
1 parent 3848a13 commit 904101e
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 @@ -60,4 +60,4 @@ jobs:
run: forge bind -b src/bindings/ --module --overwrite

- name: Publish to crates.io
run: cargo publish
run: cargo publish --allow-dirty

0 comments on commit 904101e

Please sign in to comment.