Only promote a milestone when verify has completed
See gh-gh-33179
This commit is contained in:
parent
c038f551fc
commit
1a21977965
|
|
@ -49,6 +49,7 @@ jobs:
|
|||
name: Promote Release
|
||||
needs:
|
||||
- build-and-stage-release
|
||||
- verify
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up JFrog CLI
|
||||
|
|
|
|||
Loading…
Reference in New Issue