Skip to content

Commit bb04f2f

Browse files
release: check gh auth status (#1039)
1 parent 831404a commit bb04f2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ requirements:
1313
- name: "GitHub cli exists"
1414
cmd: "which gh"
1515
fixInstructions: "install GitHub cli"
16+
- name: "GH auth status"
17+
cmd: "gh auth status"
18+
fixInstructions: "gh auth login"
1619
internal:
1720
# Please keep in mind that the CI pipeline uses the branch names defined below when creating releases.
1821
# Therefore, if you update them, or if you decide to change how we detect what kind of build we're dealing

0 commit comments

Comments
 (0)