Skip to content

Commit 1c4b75e

Browse files
committed
add debug output for deploy credentials configuration
1 parent 8abc6c4 commit 1c4b75e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ jobs:
3737
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
3838
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3939
run: |
40+
if [[ "${MAVEN_USERNAME}" == "fy*" ]]; then echo "OK"; else echo "NOK"; fi
41+
if [[ "${MAVEN_PASSWORD}" == "3v*" ]]; then echo "OK"; else echo "NOK"; fi
4042
./mvnw -B clean deploy -P release

0 commit comments

Comments
 (0)