Skip to content

Commit

Permalink
added github release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Nov 30, 2018
1 parent 72144d4 commit 5e48a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export PATH=JAVA_HOME/bin:$PATH
read -p "Really deploy to GitHub releases (Y/N)? "
if ( [ "$REPLY" == "Y" ] ) then

mvn clean
mvn clean package
mvn github-release:release

else
Expand Down

0 comments on commit 5e48a2a

Please sign in to comment.