Skip to content

Commit

Permalink
gh action ng
Browse files Browse the repository at this point in the history
  • Loading branch information
valord577 committed Aug 23, 2024
1 parent f94ca55 commit dcb9dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: |
matrix=$(cat .github/matrix.json | jq -c -M)
printf "\e[1m\e[33m%s\e[0m\n" "matrix: $matrix"
echo "matrix={\"include\":$(echo $matrix)}"
echo "matrix={\"include\":$(echo $matrix)}" >> "$GITHUB_OUTPUT"
- name: set pkgver
id: set-pkgver
Expand Down

0 comments on commit dcb9dec

Please sign in to comment.