File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 53
53
echo $TARGETS | jq -r '.[] | .custom | select(has("tags")) | select(.tags | any(. == "main")) | "\(.version) \(."lmp-manifest-sha")"' | sort -r | while read TARGET SHA
54
54
do
55
55
if [[ -n $(git tag --points-at $SHA | grep arduino-) ]]; then
56
- echo "Found release target version $TARGET"
56
+ echo "Found release target version: $TARGET"
57
57
echo "target-version=$TARGET" >> $GITHUB_OUTPUT
58
58
found=1
59
59
break
70
70
id : get-info-pre-json
71
71
run : |
72
72
LATEST_VERSION=$(curl https://downloads.${{ fromJSON(env.DOMAIN)[inputs.environment] }}.cc/portentax8image/info-pre.json | jq -r '.latest.version')
73
+ echo "Latest published target version: $LATEST_VERSION"
73
74
echo "latest-version=$LATEST_VERSION" >> $GITHUB_OUTPUT
74
75
env :
75
76
DOMAIN : ' {"staging": "oniudra", "production": "arduino"}'
You can’t perform that action at this time.
0 commit comments