Skip to content

Commit

Permalink
Remove --allow-dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
nsyzrantsev committed Aug 30, 2024
1 parent f6f1528 commit 6d3e4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ jobs:
targets: x86_64-unknown-linux-gnu
- name: Publish the barkit-extract binary
run: |
cargo publish --allow-dirty --manifest-path barkit-extract/Cargo.toml \
cargo publish --manifest-path barkit-extract/Cargo.toml \
--locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Publish the barkit binary
run: |
cargo publish --allow-dirty --manifest-path Cargo.toml \
cargo publish --manifest-path Cargo.toml \
--locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 6d3e4a3

Please sign in to comment.