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 4ec9950 commit 26fc39bCopy full SHA for 26fc39b
.github/workflows/publish.yml
@@ -1,10 +1,8 @@
1
-# This is triggered after the Release workflow successfully completes its run
2
-on:
3
- workflow_run:
4
- workflows:
5
- - Release
6
- types:
7
- - completed
+# To trigger this:
+# - go to Actions > Publish
+# - click the Run Workflow dropdown in the top-right
+name: Publish
+on: workflow_dispatch
8
env:
9
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
10
jobs:
0 commit comments