From 1347dccb1c547fd7dfb39e54f218860b0aa1b360 Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:39:36 +0100 Subject: [PATCH] check gh auth status --- release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release.yaml b/release.yaml index 55ac49d00..2fca83a18 100644 --- a/release.yaml +++ b/release.yaml @@ -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