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 4efdf9c commit b166438Copy full SHA for b166438
.github/workflows/manual_release.yml
@@ -0,0 +1,9 @@
1
+name: Manual release
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ release:
8
+ uses: Geode-solutions/actions/.github/workflows/trigger-release.yml@master
9
+ secrets: inherit
0 commit comments