Skip to content

Commit

Permalink
verify passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartyCaroine committed Nov 18, 2022
1 parent cfbae0f commit 4b6454e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ compile:
publish:
sed -i -r "s/0\.0\.0/${VERSION}/g" "$(VERSION_FILE1)" \
&& sed -i -r "s/0\.0\.0/${VERSION}/g" "$(VERSION_FILE2)" \
&& mvn verify -Dgpg.passphrase=${PASSPHRASE} \
&& GPG_TTY="$(shell tty)" mvn deploy -e -X -Dgpg.passphrase=${PASSPHRASE} \
&& git checkout "$(VERSION_FILE1)" "$(VERSION_FILE2)"

Expand Down

0 comments on commit 4b6454e

Please sign in to comment.