Fix typo in opam-release target

This commit is contained in:
Rudi Grinberg 2018-03-14 23:12:19 +08:00
parent 5c80f85346
commit 74a98b9caa
1 changed files with 2 additions and 2 deletions

View File

@ -65,5 +65,5 @@ DIST_URI = https://github.com/ocaml/dune/releases/download/$(VERSION)/jbuilder-$
opam-release:
topkg distrib --skip-build --skip-lint --skip-tests
topkg publish distrib --verbose
topkg opam pkg --dist-uri='$DIST_URI'
topkg opam submit --dist-uri='$DIST_URI'
topkg opam pkg --dist-uri='$(DIST_URI)'
topkg opam submit --dist-uri='$(DIST_URI)'