Skip to content

Commit a2b69cb

Browse files
committed
[0.1.0-Beta] Release
1 parent 693bc65 commit a2b69cb

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: Grant execute permission for gradlew
2828
run: chmod +x ./gradlew
2929

30-
- name: Build shadowJar
31-
run: ./gradlew clean shadowJar -Pversion=${VERSION#v}
30+
- name: Build
31+
run: ./gradlew clean -Pversion=${VERSION#v}
3232

3333
- name: Extract changelog for current version
3434
id: changelog

0 commit comments

Comments
 (0)