Skip to content

Commit 979af34

Browse files
committed
ci: allow dirty for cargo
1 parent 64ac3ea commit 979af34

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
@@ -17,6 +17,6 @@ jobs:
1717
- name: Build
1818
run: cargo check
1919
- name: Publish to crates.io
20-
run: cargo publish
20+
run: cargo publish --allow-dirty
2121
env:
2222
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)