Skip to content

Commit cf528a1

Browse files
committed
cicd: remove dry run
1 parent a479293 commit cf528a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
# Cargo registry token
3434
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
3535
# Skip execution cargo publish
36-
# dry-run: ${{ github.event_name != 'push' }}
37-
dry-run: true # test
36+
dry-run: ${{ github.event_name != 'push' }}
3837
# Extra post publish delay (milliseconds)
3938
publish-delay: 5000
4039

0 commit comments

Comments
 (0)