mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 14:12:05 +00:00
force new revision names, incase we mess up builds
This commit is contained in:
parent
29587d4c4e
commit
5b65fd5754
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user