From 87f70ce61041979dda85bc69e6e6215a53df1c18 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 18 Jan 2024 22:02:06 +0100 Subject: [PATCH] release script improvement --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index b1adf7d..ea04b8c 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -8,7 +8,7 @@ BODY=" $(git log $(git describe --tags --abbrev=0)..HEAD --pretty="- %s") " USER=PlexSheep -git tag "v$NEW_VERSION" || echo "could not tag" +git tag "v$NEW_VERSION-test" || echo "could not tag" curl -X 'POST' \ 'https://git.cscherr.de/api/v1/repos/PlexSheep/pt/releases' \ -H 'accept: application/json' \