We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e3f86 commit 4732273Copy full SHA for 4732273
.github/workflows/rocket-plugin-release.yml
@@ -0,0 +1,11 @@
1
+name: Build & Create GitHub Release
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - master
8
9
+jobs:
10
+ call-rocket-plugin-release:
11
+ uses: RestoreMonarchyPlugins/github-actions/.github/workflows/rocket-plugin-release.yml@master
0 commit comments