mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
fix: separate ocaml SDK and extism versions when publishing to opam (#283)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
VERSION?=0.2.0
|
||||
TAG?=0.3.0
|
||||
|
||||
build:
|
||||
dune build
|
||||
@@ -12,4 +13,4 @@ prepare:
|
||||
opam install .. --deps-only
|
||||
|
||||
publish:
|
||||
opam publish -v $(VERSION) -t $(VERSION) ..
|
||||
opam publish -v $(VERSION) https://github.com/extism/extism/archive/refs/tags/v$(TAG).tar.gz ..
|
||||
|
||||
Reference in New Issue
Block a user