Skip to content

Commit e517f1d

Browse files
committed
Release v0.0.3
1 parent 0a76945 commit e517f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
server-username: OSSRH_USERNAME
2323
server-password: OSSRH_PASSWORD
2424
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
25-
gpg-passphrase: MAVEN_GPG_PASSPHRASE
25+
gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
2626
- name: Build with Maven
2727
run: mvn -B compile --file pom.xml
2828

0 commit comments

Comments
 (0)