Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko committed Mar 8, 2020
1 parent 4a5769c commit 185698d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ if [[ "x${tagName}" == "x" ]]; then
fi
# get perform release
mvn -Psign clean release:perform -Darguments=-Dgpg.passphrase=${password}
# update version of keycloak-radius
mvn versions:set -DnewVersion=$tagVersion
# build keycloak-radius
mvn clean install -Dkeycloak-plugin=$tagVersion -Dproduction=true

# create release
git pull
Expand Down

0 comments on commit 185698d

Please sign in to comment.