Update links

This commit is contained in:
Sacha Weatherstone
2022-10-31 17:32:38 +10:00
parent afafb3ba32
commit b24caa1e06
8 changed files with 11 additions and 15 deletions

View File

@@ -9,9 +9,6 @@ VERSION=`bin/buildinfo.py long`
# Must have a V prefix to trigger github
git tag "v${VERSION}"
# Commented out per https://github.com/meshtastic/Meshtastic-device/issues/947
#git push root "v${VERSION}" # push the tag
git push origin "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"