mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore(scripts): remove gh_auth from release.sh (#13347)
It breaks the `gh` cli for creating workflows.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user