We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831404a commit bb04f2fCopy full SHA for bb04f2f
release.yaml
@@ -13,6 +13,9 @@ requirements:
13
- name: "GitHub cli exists"
14
cmd: "which gh"
15
fixInstructions: "install GitHub cli"
16
+ - name: "GH auth status"
17
+ cmd: "gh auth status"
18
+ fixInstructions: "gh auth login"
19
internal:
20
# Please keep in mind that the CI pipeline uses the branch names defined below when creating releases.
21
# Therefore, if you update them, or if you decide to change how we detect what kind of build we're dealing
0 commit comments