Skip to content

Commit 108c47b

Browse files
traskAlex Kats
authored andcommitted
Fix post release automation (open-telemetry#12725)
1 parent 734acc0 commit 108c47b

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)