Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Jan 29, 2025
1 parent 934e897 commit fd90fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ main() {

# If a release version tag already exists, use it.
local remote_tag_exists
run git remote add test https://github.com/etcd-io/etcd
run git remote -v show
remote_tag_exists=$(run git ls-remote origin "refs/tags/${RELEASE_VERSION}" | grep -c "${RELEASE_VERSION}" || true)

Expand Down

0 comments on commit fd90fcc

Please sign in to comment.