Skip to content

Commit 58af079

Browse files
authored
Update prepare-release.yaml
1 parent e58c0da commit 58af079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yaml

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

227227
handle-failure:
228228
runs-on: ubuntu-latest
229-
needs: [ bump-version, create-release, create-code-pr ]
229+
needs: [ bump-version, create-release, create-release-notes-pr, create-code-pr ]
230230
permissions:
231231
contents: write # needed to delete the GitHub release
232232
if: ${{ failure() }}

0 commit comments

Comments
 (0)