We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca1528 commit c74d9b6Copy full SHA for c74d9b6
1 file changed
.github/workflows/release.yml
@@ -0,0 +1,7 @@
1
+name: Release
2
+on:
3
+ push:
4
+ tags: ['v*']
5
+jobs:
6
+ release:
7
+ uses: 1mb-dev/.github/.github/workflows/release.yml@main
0 commit comments