Skip to content

Commit d64a6bb

Browse files
committed
Updated build for dev containers 4
1 parent 2009e24 commit d64a6bb

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
@@ -104,7 +104,7 @@ jobs:
104104
input: config.json
105105
script: 'sort_by(.major) | reverse | group_by(.major) | map(.[0]) | sort_by(.major) | reverse | .[:3]'
106106

107-
- run: echo 'devcontainer_matrix=${{ steps.reparse-dev-tags.outputs.output }}' >> $GITHUB_OUTPUT
107+
- run: echo 'matrix=${{ steps.reparse-dev-tags.outputs.output }}' >> $GITHUB_OUTPUT
108108
id: set-dev-matrix
109109

110110
build:

0 commit comments

Comments
 (0)