Skip to content

Commit

Permalink
try fixing signing again
Browse files Browse the repository at this point in the history
  • Loading branch information
cleaning-agent committed Feb 11, 2022
1 parent 67538e9 commit b024c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/sign_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gpg --passphrase "${GPG_PASSPHRASE}" --batch --yes --fast-import ${KEY_FILE}
echo gpg keyname ${GPG_KEYNAME}

if [[ "${REF_TYPE}" == "tag" ]]; then
mvn --batch-mode -DskipTests=true -Dproject.version=${REF_NAME} clean package gpg:sign && tree target && mvn --batch-mode -DskipTests=true -Dproject.version=${REF_NAME} deploy
mvn --batch-mode -DskipTests=true -Dproject.version=${REF_NAME} verify gpg:sign deploy
SUCCESS=$?
else
echo "this should only be run for tags"
Expand Down

0 comments on commit b024c4e

Please sign in to comment.