Skip to content

Commit 31ca1d8

Browse files
committed
chore(release): add dependency on github_release for publish job
Signed-off-by: Eden Reich <[email protected]>
1 parent 7272593 commit 31ca1d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969

7070
publish:
71+
needs: github_release
7172
runs-on: ubuntu-24.04
7273
if: needs.github_release.outputs.new_release_published == 'true'
7374
steps:

0 commit comments

Comments
 (0)