mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 01:16:55 +00:00
parent
a7b3b4386f
commit
f09aa9bec0
@ -6,6 +6,10 @@ VERSION=`bin/buildinfo.py long`
|
|||||||
|
|
||||||
# Must have a V prefix to trigger github
|
# Must have a V prefix to trigger github
|
||||||
git tag "v${VERSION}"
|
git tag "v${VERSION}"
|
||||||
git push root "v${VERSION}" # push the tag
|
|
||||||
|
# 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"
|
echo "Tag ${VERSION} pushed to github, github actions should now be building the draft release. If it seems good, click to publish it"
|
||||||
|
Loading…
Reference in New Issue
Block a user