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 b1cbab2 commit 1250929Copy full SHA for 1250929
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
71
path: '**/build/reports/tests/test'
72
if-no-files-found: ignore # Prevents errors if no reports exist
73
74
- - name: Fail the job if unit tests failed
+ - name: Fail the job if unit tests fail
75
if: env.UNIT_TEST_FAILED == 'true'
76
run: exit 1
77
- name: Upload JAR output
@@ -85,4 +85,4 @@ jobs:
85
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
86
export GPG_TTY=$(tty)
87
gpg --batch --import private-key.gpg
88
- ./gradlew jreleaserFullRelease
+ ./gradlew jreleaserFullRelease --debug
0 commit comments