We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b15e1f commit 96d1352Copy full SHA for 96d1352
.github/workflows/release.yml
@@ -0,0 +1,7 @@
1
+name: "Auto Release"
2
+on:
3
+ push:
4
+ branches: [ master, main ]
5
+jobs:
6
+ release:
7
+ uses: thelia-modules/ReusableWorkflow/.github/workflows/auto_release.yml@main
0 commit comments