Remove ansible tagging.

- See https://github.com/LemmyNet/lemmy-ansible/issues/215
remove_ansible_tagging
Dessalines 3 months ago
parent 328d48ef7e
commit 7656bec53b

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