Skip to content

Commit 1fb30c5

Browse files
authored
Update dev_build.yml
1 parent 4ffe255 commit 1fb30c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Java CI with Gradle
55

66
concurrency:
7-
group: "build-1.18"
7+
group: "build-1.19"
88
cancel-in-progress: true
99

1010
on:
@@ -30,13 +30,13 @@ jobs:
3030
- name: Build with Gradle
3131
run: ./gradlew build
3232
- name: Remove *-dev.jar
33-
run: rm ./build/libs/*-dev.jar
33+
run: rm ./build/libs/*-dev.jar || true
3434
- uses: "marvinpinto/action-automatic-releases@latest"
3535
with:
3636
repo_token: "${{ secrets.GITHUB_TOKEN }}"
3737
automatic_release_tag: "latest-1.18"
3838
prerelease: false
39-
title: "1.18 Build"
39+
title: "1.19 Build"
4040
files: |
4141
./build/libs/*.jar
4242

0 commit comments

Comments
 (0)