From 926b75bfdbcf7b5f2c53a55bc751e7b76c08f6ce Mon Sep 17 00:00:00 2001 From: m-peko Date: Fri, 27 Feb 2026 08:49:54 +0100 Subject: [PATCH] Fix tag prefix --- scripts/push-release-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/push-release-tag.sh b/scripts/push-release-tag.sh index 64ba944..552af3e 100755 --- a/scripts/push-release-tag.sh +++ b/scripts/push-release-tag.sh @@ -23,7 +23,7 @@ done git fetch --tags --prune REPO_URL="https://github.com/LayerLens/atlas-python" -TAG_PREFIX="sdk-v" +TAG_PREFIX="v" COMMIT=$(git rev-parse --short HEAD) VERSION=$(bash "$ROOT_DIR/scripts/get_version.sh") TAG="${TAG_PREFIX}${VERSION}"