Skip to content

Commit 858194a

Browse files
committed
Fix [make publish] now that the *.opam files are not in the repository.
1 parent a3e90ca commit 858194a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ release:
6464
@ git push
6565
@ git push --tags
6666
# Publish an opam description.
67-
@ opam publish --tag=v$(VERSION) -v $(VERSION) ocaml-community/cppo
67+
# Note: the final '.' allows 'opam publish' to find our *.opam files
68+
# even though they are not included in the archive.
69+
@ opam publish -v $(VERSION) https://github.com/ocaml-community/cppo/archive/v$(VERSION).tar.gz .

0 commit comments

Comments
 (0)