build: Push tags as part of upload
This commit is contained in:
parent
2c6fa989cb
commit
227e13d5b1
|
|
@ -37,6 +37,10 @@ main() {
|
|||
else
|
||||
echo "Skipping 'latest' symlink creation for development build."
|
||||
fi
|
||||
|
||||
echo "Pushing tags.."
|
||||
git push rad --tags
|
||||
|
||||
echo "Done."
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue