Skip to content

Commit

Permalink
--allow-dirty added to publish step (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich authored Oct 8, 2024
1 parent 70ab0a6 commit d9cfa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
token: ${{ secrets.TOKEN_GITHUB }}

- name: Publish package to crates.io
run: cargo publish --token ${CRATES_TOKEN} --target ${{ matrix.target }}
run: cargo publish --token ${CRATES_TOKEN} --target ${{ matrix.target }} --allow-dirty
env:
CRATES_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

Expand Down

0 comments on commit d9cfa34

Please sign in to comment.