Skip to content

Commit

Permalink
Update gradle_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd authored Feb 5, 2021
1 parent 27cd0f7 commit 4e86963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Upload to Codecov
uses: codecov/codecov-action@v1
- name: Upload release
run: ./gradlew -PreleaseMode=full javadocCleanup uploadArchives --no-daemon --no-parallel
run: ./gradlew -PreleaseMode=full javadocCleanup uploadArchives --no-daemon --no-parallel --stacktrace
- name: Publish release
run: ./gradlew -PreleaseMode=full closeAndReleaseRepository --no-daemon --no-parallel
run: ./gradlew -PreleaseMode=full closeAndReleaseRepository --no-daemon --no-parallel --stacktrace
- name: Push Javadocs
run: ./push_javadoc.sh

0 comments on commit 4e86963

Please sign in to comment.