Skip to content

Commit

Permalink
Fix [make publish] now that the *.opam files are not in the repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpottier committed Dec 3, 2024
1 parent a3e90ca commit 858194a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ release:
@ git push
@ git push --tags
# Publish an opam description.
@ opam publish --tag=v$(VERSION) -v $(VERSION) ocaml-community/cppo
# Note: the final '.' allows 'opam publish' to find our *.opam files
# even though they are not included in the archive.
@ opam publish -v $(VERSION) https://github.com/ocaml-community/cppo/archive/v$(VERSION).tar.gz .

0 comments on commit 858194a

Please sign in to comment.