Skip to content

Commit 58856cb

Browse files
committed
ci: fix release workflow build task
1 parent 018f088 commit 58856cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Make gradlew executable
2828
run: chmod +x ./gradlew
2929

30-
- name: Build uberJar
31-
run: ./gradlew --no-daemon clean uberJar
30+
- name: Build plugin jar
31+
run: ./gradlew --no-daemon clean build
3232

3333
- name: Generate checksums
3434
run: |

0 commit comments

Comments
 (0)