Skip to content

Commit 82134da

Browse files
author
Jonathan Wenger
committed
Fix typo
1 parent e29e36f commit 82134da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build with Maven
5151
run: mvn --batch-mode --update-snapshots verify
5252
env:
53-
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_PASSPHRASE }}
53+
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
5454

5555
- name: Update resources
5656
uses: test-room-7/action-update-file@v1

0 commit comments

Comments
 (0)