Skip to content

Commit

Permalink
feature/github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wang committed Oct 22, 2024
1 parent f8efcbc commit d906171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
latest_versions=($latest_version)
done
echo ${last_versions[@]}
echo ${latest_versions[@]}
# Convert to JSON array for matrix
TARGETS=$(echo ${latest_versions[@]})
echo "versions=$(./jq -cn --arg environments "${TARGETS}" '{target: $environments}')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d906171

Please sign in to comment.