Skip to content

Commit b55f3fb

Browse files
authored
Fix post release automation (#12725)
1 parent ab79c1a commit b55f3fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ jobs:
249249
run: .github/scripts/use-cla-approved-github-bot.sh
250250

251251
- name: Wait for release to be available in maven central
252+
env:
253+
VERSION: ${{ needs.release.outputs.version }}
252254
run: |
253255
until curl --silent \
254256
--show-error \

0 commit comments

Comments
 (0)