diff --git a/build.sh b/build.sh index 45f6c24..a43c3d9 100755 --- a/build.sh +++ b/build.sh @@ -54,3 +54,8 @@ fi echo "" 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}"