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 885c817 commit 1389277Copy full SHA for 1389277
.github/workflows/dispatch-release.yml
@@ -0,0 +1,11 @@
1
+name: Prepare release
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ say-hello:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Echo message
11
+ run: echo "Hello"
0 commit comments