We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a97b49 commit b4fcbafCopy full SHA for b4fcbaf
.github/workflows/run-publish-maven.yml
@@ -41,7 +41,7 @@ jobs:
41
run: chmod +x ./gradlew
42
43
- name: Publish to Maven Central Repository
44
- run: conda run --no-capture-output bash -c "./gradlew jreleaserConfig && ./gradlew clean && ./gradlew publish && ./gradlew jreleaserFullRelease"
+ run: conda run --no-capture-output bash -c "./gradlew jreleaserConfig && ./gradlew clean && ./gradlew publish && ./gradlew jreleaserFullRelease --stacktrace"
45
env:
46
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.OSSRH_USERNAME }}
47
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.OSSRH_PASSWORD }}
0 commit comments