We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0837061 commit 2be1edcCopy full SHA for 2be1edc
.github/workflows/release.yml
@@ -0,0 +1,11 @@
1
+name: Create release
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - '*'
7
8
+jobs:
9
+ release:
10
+ uses: innmind/github-workflows/.github/workflows/release.yml@main
11
+ secrets: inherit
0 commit comments