Skip to content

Commit ca71d68

Browse files
fix: Add retry for bump release (#767)
1 parent f7edb07 commit ca71d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
api_bot_pat: ${{ secrets.api_bot_pat }}
218218

219219
retry-handler:
220-
needs: [ release, release-postman, release-changelog]
220+
needs: [ release, release-postman, release-changelog, release-bump-sh]
221221
if: ${{ always() && contains(needs.*.result, 'failure') && fromJSON(github.run_attempt) < 3}}
222222
runs-on: ubuntu-latest
223223
steps:

0 commit comments

Comments
 (0)