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.
2 parents 73df68a + 3ba434c commit 69feea7Copy full SHA for 69feea7
.github/main.workflow
.github/workflows/release-add-on.yml
@@ -0,0 +1,24 @@
1
+name: Release Add-On
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - 'v*'
7
8
+jobs:
9
+ release:
10
+ name: Build and Release Add-On
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Actor Filter
14
+ uses: actions/bin/filter@3c0b4f0e63ea54ea5df2914b4fabf383368cd0da
15
+ with:
16
+ args: actor kingthorin psiinon thc202
17
+ - uses: actions/checkout@v1
18
+ - name: Build and Release Add-On
19
+ uses: docker://openjdk:8
20
+ env:
21
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
23
+ entrypoint: ./gradlew
24
+ args: createReleaseFromGitHubRef
0 commit comments