Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdd8fed

Browse files
authored
Update publish-plugin.yml
1 parent 316c352 commit cdd8fed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-plugin.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ jobs:
4343
env:
4444
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4545
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
46-
run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -DskipTests=true clean compile verify package gpg:sign deploy
46+
run: |
47+
echo "maven_username: $MAVEN_USERNAME"
48+
echo "maven_password: $MAVEN_PASSWORD"
49+
mvn -X --batch-mode -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -DskipTests=true clean compile verify package gpg:sign deploy

0 commit comments

Comments
 (0)