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 00805af commit 22739ccCopy full SHA for 22739cc
1 file changed
.github/workflows/publish.yml
@@ -1,5 +1,5 @@
1
name: Publish crates to crates.io
2
-run-name: Publish crates to crates.io${{ (github.event_name == 'workflow_dispatch' && inputs.dry_run) && ' (dry run)' || '' }}
+run-name: Publish crates to crates.io${{ github.event_name != 'release' && ' (dry run)' || '' }}
3
4
# `released` fires only when a release is promoted to a full (non-pre-release)
5
# release — i.e. step 4 of the release process, after the RC has been tested.
0 commit comments