Skip to content

Commit fa9edc1

Browse files
authored
chore(scripts): remove gh_auth from release.sh (#13347)
It breaks the `gh` cli for creating workflows.
1 parent a40e954 commit fa9edc1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/release.sh

-3
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ done
113113
# Check dependencies.
114114
dependencies gh jq sort
115115

116-
# Authenticate gh CLI
117-
gh_auth
118-
119116
if [[ -z $increment ]]; then
120117
# Default to patch versions.
121118
increment="patch"

0 commit comments

Comments
 (0)