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 0d7022a commit 461ade4Copy full SHA for 461ade4
.github/workflows/rust.yml
@@ -52,4 +52,4 @@ jobs:
52
if: startsWith(github.event.ref, 'refs/tags')
53
env:
54
CARGO_REGISTRY_TOKEN: ${{ secrets.cargo_registry_token }}
55
- run: cargo ws publish --publish-as-is
+ run: cargo ws publish --publish-as-is --allow-dirty
0 commit comments