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 2bca459 commit 2566e6dCopy full SHA for 2566e6d
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Cargo Login
42
run: cargo login ${{secrets.CRATES_IO_PUBLISH}}
43
- name: Publish crate
44
- run: cargo publish
+ run: cargo publish --allow-dirty
45
46
publish-defintions:
47
permissions:
0 commit comments