force new revision names, incase we mess up builds

pull/813/head^2
Kevin Hester 2021-05-25 08:33:14 +08:00
rodzic 29587d4c4e
commit 5b65fd5754
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ echo "This script is only for developers who are publishing new builds on github
VERSION=`bin/buildinfo.py short`
# Must have a V prefix to trigger github
git tag "v${VERSION}"
git push root "v${VERSION}" # push the tag
git tag -f "v${VERSION}"
git push root -f "v${VERSION}" # push the tag
echo "Tag ${VERSION} pushed to github, github actions should now be building the draft release. If it seems good, click to publish it"