From 00535a80f9131e37740998929a1db4ae22821469 Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Wed, 22 May 2024 19:03:06 +0000 Subject: [PATCH] chore(scripts): remove `gh_auth` from `release.sh` 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 01da3c7728ec5..c2500aee2ec7d 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"