Skip to content

Commit 91bdca0

Browse files
authored
Update deploy.yml
1 parent 7b95308 commit 91bdca0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
needs: build-matrix
2323
runs-on: ubuntu-latest
2424
strategy:
25-
matrix: ${{ fromJson( needs.build-matrix.outputs.matrix ) }}
25+
matrix:
26+
include: ${{ fromJson( needs.build-matrix.outputs.matrix ) }}
2627
steps:
2728
- name: Checkout
2829
uses: actions/checkout@v2

0 commit comments

Comments
 (0)