Skip to content

Commit ed1997d

Browse files
committed
ci: Fix not parsing JSON in publish-artifacts strategy matrix
1 parent 69c4cdb commit ed1997d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
needs: build
2323
strategy:
24-
matrix: ${{ needs.build.outputs.matrix }}
24+
matrix: ${{ fromJSON(needs.build.outputs.matrix) }}
2525

2626
steps:
2727
# Note: This step is NOT in fact `actions/download-artifact`. The reason is that since we

0 commit comments

Comments
 (0)