Skip to content

Commit

Permalink
use build matrix not release matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Nov 27, 2023
1 parent c06065a commit 4d77fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contextive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:

get-matrix:
name: "Load Release Matrix"
name: "Load Build Matrix"
outputs:
matrix: ${{ steps.load-matrix.outputs.matrix }}
runs-on: ubuntu-latest
Expand All @@ -22,7 +22,7 @@ jobs:
- id: load-matrix
name: Load Build Matrix
run: |
matrix="matrix=$(yq -P -o=json .github/release-matrix.yml | jq -c .)"
matrix="matrix=$(yq -P -o=json .github/build-matrix.yml | jq -c .)"
echo $matrix
echo $matrix >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4d77fd8

Please sign in to comment.