Skip to content

Commit 1250929

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

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
@@ -71,7 +71,7 @@ jobs:
7171
path: '**/build/reports/tests/test'
7272
if-no-files-found: ignore # Prevents errors if no reports exist
7373

74-
- name: Fail the job if unit tests failed
74+
- name: Fail the job if unit tests fail
7575
if: env.UNIT_TEST_FAILED == 'true'
7676
run: exit 1
7777
- name: Upload JAR output
@@ -85,4 +85,4 @@ jobs:
8585
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
8686
export GPG_TTY=$(tty)
8787
gpg --batch --import private-key.gpg
88-
./gradlew jreleaserFullRelease
88+
./gradlew jreleaserFullRelease --debug

0 commit comments

Comments
 (0)