Skip to content

Commit

Permalink
fix gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Apr 30, 2024
1 parent 2f526e4 commit aadc602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildscript/deploy_to_maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ PREVIOUS_MAVEN_CENTRAL_VERSION=`curl "https://www.monperrus.net/martin/last-vers
# and incrementing it
mvn versions:set -DnewVersion=1.$((PREVIOUS_MAVEN_CENTRAL_VERSION+1))

mvn --batch-mode -Prelease deploy --settings .buildscript/settings.xml -Dmaven.test.skip=true -Dgpg.keyname=0EA6DE9E4988911867CA90CA1429025E3EDA19A5
mvn --batch-mode -Prelease deploy --settings .buildscript/settings.xml -Dmaven.test.skip=true -Dgpg.keyname=0EA6DE9E4988911867CA90CA1429025E3EDA19A5 -Dgpg.passphrase="$GPG_PASSPHRASE"

echo "Well deployed!"

0 comments on commit aadc602

Please sign in to comment.