We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d68c2d commit 9647987Copy full SHA for 9647987
.github/workflows/release.yml
@@ -219,7 +219,7 @@ jobs:
219
working-directory: .
220
221
- name: Publish to crates.io
222
- run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --allow-dirty
223
224
env:
225
CARGO_TERM_COLOR: always
0 commit comments