Skip to content

Commit 02e91cd

Browse files
committed
fix release, remove nightly
1 parent 50d70f4 commit 02e91cd

2 files changed

Lines changed: 1 addition & 58 deletions

File tree

.github/workflows/appimage-nightly.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
release:
6868
if: ${{ github.ref_name == 'main' }}
69-
needs: [build]
69+
needs: [check-version, build]
7070
permissions: write-all
7171
runs-on: ubuntu-latest
7272
steps:

0 commit comments

Comments
 (0)