Fix post release automation (#12725)

This commit is contained in:
Trask Stalnaker 2024-11-13 08:14:29 -08:00 committed by GitHub
parent ab79c1a8be
commit b55f3fbf08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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 \