We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29e36f commit 82134daCopy full SHA for 82134da
.github/workflows/Deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Build with Maven
51
run: mvn --batch-mode --update-snapshots verify
52
env:
53
- MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_PASSPHRASE }}
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
54
55
- name: Update resources
56
uses: test-room-7/action-update-file@v1
0 commit comments