build: Push tags as part of upload

This commit is contained in:
cloudhead 2024-05-02 21:37:15 +02:00
parent 2c6fa989cb
commit 227e13d5b1
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ main() {
else
echo "Skipping 'latest' symlink creation for development build."
fi
echo "Pushing tags.."
git push rad --tags
echo "Done."
}