Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c65b5c6

Browse files
committedMay 9, 2023
fix create-release job
1 parent e2eaee5 commit c65b5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

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

512512
create-release:
513513
runs-on: ubuntu-20.04
514-
needs: [build, package]
514+
needs: [build, package, generate-sign-dmg]
515515

516516
steps:
517517
- name: Checkout

0 commit comments

Comments
 (0)
Please sign in to comment.