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