Skip to content

Commit b88b658

Browse files
committed
Correct Rakefile to actually use the push-release target
1 parent a88d25f commit b88b658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ task :'prep-release-zip' => [
460460
end
461461

462462

463-
task :'release-java' => [:'publish-maven', ':push-release']
463+
task :'release-java' => [:'publish-maven', :'push-release']
464464

465465
def read_user_pass_from_m2_settings
466466
settings = File.read(ENV['HOME'] + "/.m2/settings.xml")

0 commit comments

Comments
 (0)