Skip to content

Commit 7e894a5

Browse files
committed
CI: Add checkout to fix gh CLI usage
The gh CLI utility will fail without a git checkout.
1 parent a32b3f9 commit 7e894a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
flatpakMatrix: ${{ steps.check.outputs.flatpakMatrix }}
2323
updateChannel: ${{ steps.check.outputs.updateChannel }}
2424
steps:
25+
- uses: actions/checkout@v4
26+
with:
27+
submodules: recursive
28+
fetch-depth: 0
29+
set-safe-directory: ${{ env.GITHUB_WORKSPACE }}
30+
2531
- name: Check Release Tag ☑️
2632
id: check
2733
env:

0 commit comments

Comments
 (0)