Remove ansible tagging. (#4417)

- See https://github.com/LemmyNet/lemmy-ansible/issues/215
pull/4420/head
Dessalines 3 months ago committed by GitHub
parent 328d48ef7e
commit 3647a46e86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save