From 905fb027c58d6273ee98b0fe8e5f521a15e015c6 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Thu, 23 Jul 2026 21:06:22 -0400 Subject: [PATCH] Drop 'v' from version number for published components Signed-off-by: Scott Andrews --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 045121c..bea5834 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ endif @$(eval COMPONENT := $(FILE:%.wasm=%)) @$(eval DESCRIPTION := $(shell head -n 3 "lib/${FILE}.md" | tail -n 1)) @$(eval REVISION := $(shell git rev-parse HEAD)$(shell git diff --quiet HEAD && echo "+dirty")) - @$(eval TAG := $(shell echo "${VERSION}" | sed 's/[^a-zA-Z0-9_.\-]/--/g')) + @$(eval TAG := $(shell echo "${VERSION#v}" | tr '+' '_')) @echo "::group::${FILE} -> ${REPOSITORY}/${COMPONENT}:${TAG}" @DIGEST=$$( \