From fa9edc1f427d6afd98af0abe1cac38e445708a5f Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Wed, 22 May 2024 14:28:21 -0500 Subject: [PATCH] chore(scripts): remove `gh_auth` from `release.sh` (#13347) It breaks the `gh` cli for creating workflows. --- scripts/release.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index 01da3c7728..c2500aee2e 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -113,9 +113,6 @@ done # Check dependencies. dependencies gh jq sort -# Authenticate gh CLI -gh_auth - if [[ -z $increment ]]; then # Default to patch versions. increment="patch"