From 553ed44ea5a3088c169c736a3fc5a6c2f6e11b1a Mon Sep 17 00:00:00 2001 From: Faerbit Date: Mon, 10 Oct 2022 19:30:57 +0200 Subject: [PATCH] Update release script --- scripts/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index 4260267..435ff3e 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -4,5 +4,5 @@ last_patch=$(git tag | sort -V | tail -n1 | cut -d "." -f3) git tag "1.0.$((last_patch + 1))" git push gitlab main -o ci.skip git push gitlab --tags -git push origin main -git push origin --tags +git push gitea main +git push gitea --tags