Skip to content

Commit

Permalink
Keep the marks
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaNasiri authored Sep 19, 2023
1 parent 3dc6aa6 commit 9341cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Get versions from config.yaml
id: get_versions
run: |
echo "versions=[$(yq eval '.versions[].version' config.yaml | tr '\n' ', ' | sed 's/,$/\n/')]" >> $GITHUB_OUTPUT
echo "versions=[$(yq -j eval '.versions[].version' config.yaml | tr '\n' ', ' | sed 's/,$/\n/')]" >> $GITHUB_OUTPUT
# Print matrix for debugging purposes (Optional)
- name: Print matrix
Expand Down

0 comments on commit 9341cac

Please sign in to comment.