Skip to content

Commit

Permalink
More verbose output when publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
DuncanBeutler committed Aug 6, 2021
1 parent 49d3a5f commit 1fac2d3
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 @@ -17,7 +17,7 @@ compile:
publish:
sed -i -r "s/0\.0\.0/$(VERSION)/g" "$(VERSION_FILE1)" \
&& sed -i -r "s/0\.0\.0/$(VERSION)/g" "$(VERSION_FILE2)" \
&& GPG_TTY="$(shell tty)" mvn deploy \
&& GPG_TTY="$(shell tty)" mvn deploy -X \
&& git checkout "$(VERSION_FILE1)" "$(VERSION_FILE2)"

##########################################################
Expand Down

0 comments on commit 1fac2d3

Please sign in to comment.