From 67a19aaff2c1c8b0adb98a75b133768552e289c4 Mon Sep 17 00:00:00 2001 From: "Ch.-David Blot" Date: Wed, 18 Mar 2026 11:01:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(ci):=20normalize=20version?= =?UTF-8?q?=20input=20in=20release=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/scripts/release-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/release-build.sh b/.github/scripts/release-build.sh index a66154e..a0d5379 100755 --- a/.github/scripts/release-build.sh +++ b/.github/scripts/release-build.sh @@ -1,6 +1,6 @@ #!/bin/env bash set -e -osc_api_version=$1 +osc_api_version=${1#v} if [ -z "$osc_api_version" ]; then echo "run $0 with version tag as argument, abort."