apache / arrow-julia

Official Julia implementation of Apache Arrow
https://arrow.apache.org/julia/
Other
284 stars 59 forks source link

release: Fix "Verify release" job on macOS GitHub Actions runner #514

Closed kou closed 3 months ago

kou commented 3 months ago

fixes #513

kou commented 3 months ago

https://github.com/apache/arrow-julia/actions/runs/10257907825/job/28379993107#step:6:54

++ curl --fail --location --show-error --silent https://api.github.com/repos/JuliaLang/julia/releases
++ grep -o '"tag_name": "v.*"'
++ head -n 1
++ sed -e 's/^"tag_name": "v//g' -e 's/"$//g'
...
curl: (22) The requested URL returned error: 403

GitHub API limit is reached. I'll re-run the job later.