[scripts] fix tag-version.sh script
This commit is contained in:
@@ -23,4 +23,5 @@ echo "Tagging version: $new_tag"
|
||||
git tag $new_tag HEAD
|
||||
|
||||
# Push changes upstream
|
||||
git push && git push --tags
|
||||
git push
|
||||
git push --tags
|
||||
|
||||
Reference in New Issue
Block a user