We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32b3f9 commit 7e894a5Copy full SHA for 7e894a5
1 file changed
.github/workflows/publish.yaml
@@ -22,6 +22,12 @@ jobs:
22
flatpakMatrix: ${{ steps.check.outputs.flatpakMatrix }}
23
updateChannel: ${{ steps.check.outputs.updateChannel }}
24
steps:
25
+ - uses: actions/checkout@v4
26
+ with:
27
+ submodules: recursive
28
+ fetch-depth: 0
29
+ set-safe-directory: ${{ env.GITHUB_WORKSPACE }}
30
+
31
- name: Check Release Tag ☑️
32
id: check
33
env:
0 commit comments