chore(scripts): remove gh_auth from release.sh (#13347)

It breaks the `gh` cli for creating workflows.
This commit is contained in:
Colin Adler
2024-05-22 14:28:21 -05:00
committed by GitHub
parent a40e954afc
commit fa9edc1f42
-3
View File
@@ -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"