mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-18 01:09:20 +02:00
Auto-tag and push in build script
This commit is contained in:
@@ -58,4 +58,5 @@ echo "=== Done ==="
|
||||
# Sign and push the tag to trigger CI release
|
||||
echo ""
|
||||
echo "--- Tag & Release ---"
|
||||
echo " git tag -s v${VERSION} -m 'v${VERSION}' && git push origin v${VERSION}"
|
||||
export GPG_TTY=$(tty 2>/dev/null || echo "")
|
||||
git tag -s "v${VERSION}" -m "v${VERSION}" && git push origin "v${VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user