Skip to content

Commit 5d73329

Browse files
committed
fixed matrix reference
1 parent 72e416d commit 5d73329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildAndPub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: |
103103
# Only keep the highest version of the last 3 major versions for devcontainers
104104
jq '[. | sort_by(.major) | reverse | group_by(.major) | map(.[0]) | sort_by(.major) | reverse | .[:3]]' config.json > devcontainer_matrix.json
105-
echo "matrix=$(jq -c '{"tag": .}' devcontainer_matrix.json)" >> $GITHUB_OUTPUT
105+
echo "devcontainer_matrix=$(jq -c '{"tag": .}' devcontainer_matrix.json)" >> $GITHUB_OUTPUT
106106
107107
build:
108108
needs: prepare-matrix

0 commit comments

Comments
 (0)