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 a91219b commit 13e7108Copy full SHA for 13e7108
.github/workflows/release.yml
@@ -30,5 +30,5 @@ jobs:
30
- run: cargo login ${{ secrets.CARGO_PUBLISH_TOKEN }}
31
if: ${{ steps.release.outputs.release_created }}
32
33
- - run: cargo publish --dry-run
+ - run: cargo publish
34
0 commit comments