From 7e894a56f4c900da99eb4b1a8247ec154ba74541 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Fri, 11 Jul 2025 22:42:10 -0400 Subject: [PATCH] CI: Add checkout to fix gh CLI usage The gh CLI utility will fail without a git checkout. --- .github/workflows/publish.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7411fa103..aacc5f4c1 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,6 +22,12 @@ jobs: flatpakMatrix: ${{ steps.check.outputs.flatpakMatrix }} updateChannel: ${{ steps.check.outputs.updateChannel }} steps: + - uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 + set-safe-directory: ${{ env.GITHUB_WORKSPACE }} + - name: Check Release Tag ☑️ id: check env: