Skip to content

Commit 55dea9d

Browse files
committed
fix create-release job
1 parent 4d0e744 commit 55dea9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ jobs:
510510

511511
create-release:
512512
runs-on: ubuntu-20.04
513-
needs: [build, package]
513+
needs: [build, package, generate-sign-dmg]
514514

515515
steps:
516516
- name: Checkout

0 commit comments

Comments
 (0)