Skip to content

Commit

Permalink
Fix post release automation (#12725)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Nov 13, 2024
1 parent ab79c1a commit b55f3fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b55f3fb

Please sign in to comment.