mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
scripts/tag_release.sh: Push only tag, not branch (#24055)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
7b7c365018
commit
22840241ed
@ -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! "
|
||||
|
Loading…
Reference in New Issue
Block a user