Skip to content

Commit

Permalink
Require sonatype credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfish3r committed Jul 22, 2021
1 parent ac7fe10 commit 08012da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function user_continue() {
fi
}

if [ "$#" -ne 3 ]; then
if [ "$#" -ne 5 ]; then
echo "USAGE: `basename $0` <branch> <release-version> <next-version> <sonatype-user> <sonatype-passwd>"
exit
fi
Expand Down

0 comments on commit 08012da

Please sign in to comment.