Skip to content

Commit

Permalink
use --no-browser in opam-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Aug 30, 2023
1 parent 9924781 commit 3bef604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.release
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ release:
read OPTS;\
TAG=$(TAG);\
opam-publish --tag=$(TAG) --packages-directory=$(OPAM_SUITE)/packages \
--repo=coq/opam-coq-archive -v $${TAG##v} $$OPTS \
--repo=coq/opam --no-browser -v $${TAG##v} $$OPTS \
https://github.com/LPCIC/coq-elpi/releases/download/$$TAG/coq-elpi-$${TAG##v}.tar.gz

release-rc: OPAM_SUITE=extra-dev
Expand Down

0 comments on commit 3bef604

Please sign in to comment.