Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
ci: allow dirty publish
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Feb 26, 2024
1 parent 2fd8a04 commit 23182d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
working-directory: for-rust
run: |
cargo login ${{ secrets.CARGO_TOKEN }}
cargo publish
cargo publish --allow-dirty
build-cli:
strategy:
Expand Down

0 comments on commit 23182d6

Please sign in to comment.