File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -436,20 +436,27 @@ jobs:
436436 --title "Release ${{ needs.Generate-tag.outputs.tag }}" \
437437 --notes-file release_notes.md
438438
439- update-release :
439+ wait :
440440 name : Update Release with Staging Info
441441 runs-on : ubuntu-latest
442442 needs : [Generate-tag,release-tag]
443+
444+ steps :
445+ - name : Wait
446+ run : |
447+ sleep 10
448+
449+ update-release :
450+ name : Update Release with Staging Info
451+ runs-on : ubuntu-latest
452+ needs : [Generate-tag,release-tag,wait]
443453 permissions :
444454 contents : write
445455 actions : write
446456 environment :
447457 name : staging
448458 url : https://${{ vars.DOMAIN_NAME }}
449459 steps :
450- - name : Wait
451- run : |
452- sleep 10
453460 - name : Checkout
454461 uses : actions/checkout@v5
455462
You can’t perform that action at this time.
0 commit comments