We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a479293 commit cf528a1Copy full SHA for cf528a1
.github/workflows/rust.yml
@@ -33,8 +33,7 @@ jobs:
33
# Cargo registry token
34
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
35
# Skip execution cargo publish
36
- # dry-run: ${{ github.event_name != 'push' }}
37
- dry-run: true # test
+ dry-run: ${{ github.event_name != 'push' }}
38
# Extra post publish delay (milliseconds)
39
publish-delay: 5000
40
0 commit comments