mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 11:21:02 +00:00
Add tag to lemmy-ansible. (#2172)
This commit is contained in:
parent
052e509954
commit
f6b543ae0f
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ if [ ! -z "${third_semver##*[!0-9]*}" ]; then
|
||||||
echo $new_tag > "VERSION"
|
echo $new_tag > "VERSION"
|
||||||
git add "VERSION"
|
git add "VERSION"
|
||||||
git commit -m"Updating VERSION"
|
git commit -m"Updating VERSION"
|
||||||
|
git tag $new_tag
|
||||||
|
git push origin $new_tag
|
||||||
git push
|
git push
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue