From 3ebd8a3bc59405a3ac7fccfaf78f845e94150045 Mon Sep 17 00:00:00 2001 From: Prasad Tengse Date: Sun, 28 Aug 2022 10:50:34 +0200 Subject: [PATCH] fix: let gh cli handle tagging --- scripts/ci-release.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/ci-release.sh b/scripts/ci-release.sh index db1c791..e4e301d 100755 --- a/scripts/ci-release.sh +++ b/scripts/ci-release.sh @@ -28,9 +28,6 @@ else echo "Current Version: $CURRENT_VERSION" echo "Latest Release: $LATEST_RELEASE" - echo "--> Create Tag" - git tag "$CURRENT_VERSION" - echo "--> Create GH-Release" gh release create \ --title "$CURRENT_VERSION" \