Commit 22840241 by Arve Knudsen Committed by GitHub

scripts/tag_release.sh: Push only tag, not branch (#24055)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent 7b7c3650
......@@ -34,7 +34,7 @@ echo "press [y] to push the tags"
read -n 1 confirm
if [ "${confirm}" == "y" ]; then
git push origin "${_branch}" --tags
git push origin "${_tag}"
else
git tag -d "${_tag}"
echo "Abort! "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment