Skip to content

Commit fcdfef6

Browse files
Update release.yml
1 parent 42e32f6 commit fcdfef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
server-username: ${{ secrets.OSSRH_USERNAME }}
7777
server-password: ${{ secrets.OSSRH_TOKEN }}
7878
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
79-
gpg-passphrase: MAVEN_GPG_PASSPHRASE
79+
gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
8080

8181
- name: Import GPG key
8282
run: |

0 commit comments

Comments
 (0)