We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ac3ea commit 979af34Copy full SHA for 979af34
1 file changed
.github/workflows/release.yml
@@ -17,6 +17,6 @@ jobs:
17
- name: Build
18
run: cargo check
19
- name: Publish to crates.io
20
- run: cargo publish
+ run: cargo publish --allow-dirty
21
env:
22
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments