Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ requirements:
- name: "GitHub cli exists"
cmd: "which gh"
fixInstructions: "install GitHub cli"
- name: "GH auth status"
cmd: "gh auth status"
fixInstructions: "gh auth login"
internal:
# Please keep in mind that the CI pipeline uses the branch names defined below when creating releases.
# Therefore, if you update them, or if you decide to change how we detect what kind of build we're dealing
Expand Down