Skip to content

Commit cc5caba

Browse files
committed
ci: Add --allow-dirty to cargo publish for binary crate
1 parent 00542f5 commit cc5caba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ jobs:
154154
env:
155155
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
156156
run: |
157-
cargo publish --no-verify
157+
cargo publish --no-verify --allow-dirty

0 commit comments

Comments
 (0)