mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 18:22:58 +08:00
Release: Fix issue with tag script on osx (#19557)
* Release: Fix issue with release script on osx * Added shellcheck ignore rule
This commit is contained in:
@ -31,7 +31,7 @@ git tag -v "${_tag}"
|
||||
echo "Make sure the tag is signed as expected"
|
||||
echo "press [y] to push the tags"
|
||||
|
||||
read -n -r 1 confirm
|
||||
read -n 1 confirm
|
||||
|
||||
if [ "${confirm}" == "y" ]; then
|
||||
git push origin "${_branch}" --tags
|
||||
|
Reference in New Issue
Block a user