We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff7a1e commit 983305cCopy full SHA for 983305c
1 file changed
.github/workflows/create-release.yaml
@@ -25,6 +25,7 @@ jobs:
25
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
26
run: |
27
export GPG_TTY=$(tty)
28
+ source ./passphrase.env # load $MAVEN_GPG_PASSHRASE for maven-gpg-plugin
29
mvn -DskipTests clean package
30
mvn -s settings.xml \
31
-Dcentral-publishing.autoPublish=true \
0 commit comments