We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d70f4 commit 02e91cdCopy full SHA for 02e91cd
2 files changed
.github/workflows/appimage-nightly.yml
.github/workflows/appimage.yml
@@ -66,7 +66,7 @@ jobs:
66
67
release:
68
if: ${{ github.ref_name == 'main' }}
69
- needs: [build]
+ needs: [check-version, build]
70
permissions: write-all
71
runs-on: ubuntu-latest
72
steps:
0 commit comments