You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download rad CLI step failed with the following error. However I'm able to find 0.38 version locally, and the script works fine for 0.38 locally as well. Going to retry. 0.39 release is currently blocked on PR reviews.
++ VERSION=0.38
++ RAD_CLI_URL=https://raw.githubusercontent.com/radius-project/radius/main/deploy/install.sh
++ RAD_CLI_EDGE_URL=ghcr.io/radius-project/rad/linux-amd64:latest
Querying the most recent version of the specified channel: 0.38
++ [[ 0.38 == \e\d\g\e ]]
++ [[ -n 0.38 ]]
++ RADIUS_VERSION=0.38
++ [[ 0.38 =~ ^[0-9]+\.[0-9]+$ ]]
++ echo 'Querying the most recent version of the specified channel: 0.38'
+++ curl -L -H 'Accept: application/vnd.github+json' -H 'X-GitHub-Api-Version: 2022-[11](https://github.com/radius-project/samples/actions/runs/11291936625/job/31406894963#step:15:12)-28' https://api.github.com/repos/radius-project/radius/releases
+++ jq -r '.[] | .tag_name | select(startswith("v0.38"))'
+++ head -n 1
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 278 100 278 0 0 5933 0 --:--:-- --:--:-- --:--:-- 6043
jq: error (at <stdin>:1): Cannot index string with string "tag_name"
++ RADIUS_VERSION=
++ echo 'Found version '
++ [[ -z '' ]]
++ echo 'No releases found for channel 0.38'
++ exit 1
Found version
No releases found for channel 0.38
Error: Process completed with exit code 1.
Test failed on radius-project/samples. See workflow logs for more details.
AB#13444
The text was updated successfully, but these errors were encountered: