Add tag to lemmy-ansible. (#2172)

friendica-federation
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
1 changed files with 2 additions and 0 deletions

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