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