Skip to content

Commit

Permalink
Publish crate when there are local uncommitted changes
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <[email protected]>
  • Loading branch information
ahelwer committed May 17, 2024
1 parent 5688df3 commit 2c80630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
asset_content_type: application/gzip
- name: Publish Crate
if: matrix.os == 'ubuntu-latest'
run: cargo publish --token ${{secrets.CRATES_AUTH_TOKEN}}
run: cargo publish --token ${{secrets.CRATES_AUTH_TOKEN}} --allow-dirty

0 comments on commit 2c80630

Please sign in to comment.