Skip to content

Commit

Permalink
Update publish to use --skip-submit option
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Jun 30, 2024
1 parent 0fafa5e commit 74db80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ endef
define alire_publish
publish::
-rm -f $(aliredir)/$(2)/$(3)
cd $(1) && alr -f --no-tty publish
cd $(1) && alr -f --no-tty publish --skip-submit
mkdir -p $(aliredir)/$(2)
cp $(1)/alire/releases/$(3) $(aliredir)/$(2)/$(3)

Expand Down

0 comments on commit 74db80c

Please sign in to comment.