CI: Add checkout to fix gh CLI usage

The gh CLI utility will fail without a git checkout.
This commit is contained in:
Ryan Foster
2025-07-11 22:42:10 -04:00
parent a32b3f9f6d
commit 7e894a56f4
+6
View File
@@ -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: