Skip to content

Commit 3ca11ac

Browse files
authored
Update build.yml
1 parent 8f3c9d9 commit 3ca11ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,5 @@ jobs:
179179
java -version
180180
mvn -version
181181
echo "<settings><servers><server><id>central</id><username>${{ secrets.CI_DEPLOY_USERNAME }}</username><password>${{ secrets.CI_DEPLOY_PASSWORD }}</password></server></servers></settings>" > $HOME/.m2/settings.xml
182-
mvn deploy -Pdeploying -Preleasing -B -e -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
182+
mvn deploy -Pdeploying -Preleasing -B -e -Dgpg.passphrase="${{ secrets.MAVEN_GPG_PASSPHRASE }}"
183183

0 commit comments

Comments
 (0)