File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 7676 <id >ci</id >
7777 <properties >
7878 <repoToken >${env.repoToken}</repoToken >
79- <gpg .passphrase>${env.signing_keypass}</gpg .passphrase>
8079 <skipRemoteStaging >${env.skipRemoteStaging}</skipRemoteStaging >
8180 </properties >
8281 <repositories >
Original file line number Diff line number Diff line change 3434 env :
3535 GPG_TTY : $(tty)
3636 MAVEN_OPTS : -Xms128m -Xmx512m -Djansi.force=true --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED
37+ MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
3738 gh_username : ${{ secrets.GH_USERNAME }}
3839 gh_token : ${{ secrets.GH_TOKEN }}
3940 sonatype_username : ${{ secrets.SONATYPE_USERNAME }}
4041 sonatype_password : ${{ secrets.SONATYPE_PASSWORD }}
41- signing_keypass : ${{ secrets.GPG_PASSPHRASE }}
4242 skipRemoteStaging : ${{ secrets.SKIP_REMOTE_STAGING }}
You can’t perform that action at this time.
0 commit comments