Add tag to lemmy-ansible. (#2172)

This commit is contained in:
Dessalines 2022-03-29 15:36:59 +00:00 committed by GitHub
parent 052e509954
commit f6b543ae0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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