Skip to content

Commit 084eb24

Browse files
authored
Update release.yml
Signed-off-by: salaboy <[email protected]>
1 parent e48e407 commit 084eb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
name: Package
8181
path: client/build/libs
8282

83-
- name: Build with Gradle
84-
run: ./gradlew publish
83+
- name: Publish with Gradle
84+
run: ./gradlew publish --stacktrace
8585

8686
- name: Publish to ossrh
8787
run: ./gradlew jreleaserFullRelease --stacktrace

0 commit comments

Comments
 (0)