Fix post release automation (#12725)
This commit is contained in:
parent
ab79c1a8be
commit
b55f3fbf08
|
@ -249,6 +249,8 @@ jobs:
|
|||
run: .github/scripts/use-cla-approved-github-bot.sh
|
||||
|
||||
- name: Wait for release to be available in maven central
|
||||
env:
|
||||
VERSION: ${{ needs.release.outputs.version }}
|
||||
run: |
|
||||
until curl --silent \
|
||||
--show-error \
|
||||
|
|
Loading…
Reference in New Issue