Skip to content

Commit 32b0e35

Browse files
committed
Display tag
1 parent 4db67f8 commit 32b0e35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
env:
4343
GPG_SIGNING_KEY_PW: ${{ secrets.GPG_PASSPHRASE }}
4444

45+
- name: Verify Sonatype credentials
46+
run: |
47+
echo "SONATYPE_USERNAME: ${{ secrets.NEXUS_USERNAME }}"
48+
echo "SONATYPE_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}"
49+
4550
- name: Build package
4651
run: ./gradlew clean build
4752
env:

0 commit comments

Comments
 (0)