From 3647a46e86c4bc3d9619963f44fae3eae04f2fd3 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 31 Jan 2024 04:46:13 -0500 Subject: [PATCH] Remove ansible tagging. (#4417) - See https://github.com/LemmyNet/lemmy-ansible/issues/215 --- scripts/release.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index 76cb2dbfb..74f3c0b95 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -26,8 +26,6 @@ if [ ! -z "${third_semver##*[!0-9]*}" ]; then echo $new_tag > "VERSION" git add "VERSION" git commit -m"Updating VERSION" - git tag $new_tag - git push origin $new_tag git push popd fi