Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 6175716

Browse files
committed
Remove stacktrace, problem was auth
1 parent f80c1ca commit 6175716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
./gradlew publish
6868
./gradlew jreleaserConfig
69-
./gradlew --stacktrace jreleaserDeploy
69+
./gradlew jreleaserDeploy
7070
7171
- name: Deploy master to gh-pages
7272
if: ${{ env.HAVE_ACCESS_TOKEN == 'true' && env.CI_BRANCH == 'master' }}

0 commit comments

Comments
 (0)