CI: when pushing TX, also push the tag

This commit is contained in:
Adriaan de Groot 2020-01-25 12:36:02 +01:00
parent 86770111b5
commit d86b6bddeb

View File

@ -41,6 +41,7 @@ else
# txtag is used to tag in git to measure changes
txtag() {
git tag -f translation
git push origin translation
}
fi