Add tag to lemmy-ansible.

This commit is contained in:
Dessalines 2022-03-29 11:13:58 -04:00 committed by Dessalines
parent 052e509954
commit 34b9988486

View file

@ -23,6 +23,8 @@ 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