File tree Expand file tree Collapse file tree 1 file changed +21
-23
lines changed Expand file tree Collapse file tree 1 file changed +21
-23
lines changed Original file line number Diff line number Diff line change @@ -2,26 +2,24 @@ name: Publish Development Build
2
2
on : push
3
3
4
4
jobs :
5
- build :
6
- runs-on : ubuntu-latest
7
- steps :
8
- - name : Checkout Repository
9
- uses : actions/checkout@v4
10
- - name : Wrapper Validation
11
- uses : gradle/actions/wrapper-validation@v3
12
- - name : Set up Java
13
- uses : actions/setup-java@v4
14
- with :
15
- java-version : 21
16
- distribution : adopt
17
- - name : Build with Gradle
18
- run : ./gradlew build
19
- - name : Release
20
- uses : marvinpinto/action-automatic-releases@latest
21
- with :
22
- repo_token : ' ${{ secrets.GITHUB_TOKEN }}'
23
- automatic_release_tag : latest
24
- prerelease : false
25
- title : Dev Build
26
- files : |
27
- ./build/libs/*.jar
5
+ build :
6
+ runs-on : ubuntu-latest
7
+ steps :
8
+ - name : Checkout Repository
9
+ uses : actions/checkout@v4
10
+ - name : Set up Java
11
+ uses : actions/setup-java@v4
12
+ with :
13
+ java-version : 21
14
+ distribution : adopt
15
+ - name : Build with Gradle
16
+ run : ./gradlew build
17
+ - name : Release
18
+ uses : marvinpinto/action-automatic-releases@latest
19
+ with :
20
+ repo_token : ' ${{ secrets.GITHUB_TOKEN }}'
21
+ automatic_release_tag : devbuild-1.21.1
22
+ prerelease : false
23
+ title : Dev Build (1.21.1)
24
+ files : |
25
+ ./build/libs/*.jar
You can’t perform that action at this time.
0 commit comments