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 3f5f8bc commit 885c817Copy full SHA for 885c817
.github/workflows/prepare-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