Skip to content

Commit

Permalink
Merge pull request #98 from cyberark/fix-deploy
Browse files Browse the repository at this point in the history
Fix nexus-staging deployment
  • Loading branch information
BradleyBoutcher authored Oct 28, 2020
2 parents 70c6ee3 + 7a4ba74 commit cc51540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ docker run --rm \
/bin/bash -ec "gpg --batch --passphrase-file /gpg_password --trust-model always --import /gpg_key
mvn versions:set -DnewVersion=${TAG}
mvn --settings settings.xml clean deploy -Dmaven.test.skip=true -P ossrh,sign
mvn nexus-staging:release"
mvn --settings settings.xml nexus-staging:release -Dmaven.test.skip=true -P ossrh,sign"

0 comments on commit cc51540

Please sign in to comment.