Skip to content

Commit 983305c

Browse files
committed
fix(ci): source passphrase.env before running mvn deploy
1 parent eff7a1e commit 983305c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
2626
run: |
2727
export GPG_TTY=$(tty)
28+
source ./passphrase.env # load $MAVEN_GPG_PASSHRASE for maven-gpg-plugin
2829
mvn -DskipTests clean package
2930
mvn -s settings.xml \
3031
-Dcentral-publishing.autoPublish=true \

0 commit comments

Comments
 (0)