From 6a63970a7f4faaa600b59a5981ddada6331e4140 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Sat, 20 Jul 2024 23:44:59 -0400 Subject: [PATCH] fix tag read part of script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a3ce422..c705dc9 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -e git pull --tags -export GITHUB_TAG=$(git describe --tags --abbrev=0 | sed 's|i2p||g' | tr -d [a-z-]) +export GITHUB_TAG=$(git describe --tags --abbrev=0 | sed 's|i2p||g' | tr -d a-z-) if [ -z "$I2P_VERSION" ]; then I2P_VERSION="i2p-$GITHUB_TAG"