Skip to content

Commit

Permalink
updated release command
Browse files Browse the repository at this point in the history
  • Loading branch information
petitviolet committed Jun 1, 2019
1 parent a02bf9d commit 44ec8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ compile/operator:
sbt -mem 2048 'project operator' compile

release:
sbt 'project operator' '+publishSigned' && sbt 'project operator' sonatypeReleaseAll
sbt clean compile test 'project operator' '+publishSigned' sonatypeReleaseAll

0 comments on commit 44ec8c8

Please sign in to comment.