We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c4cdb commit ed1997dCopy full SHA for ed1997d
.github/workflows/ci-tag.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
needs: build
23
strategy:
24
- matrix: ${{ needs.build.outputs.matrix }}
+ matrix: ${{ fromJSON(needs.build.outputs.matrix) }}
25
26
steps:
27
# Note: This step is NOT in fact `actions/download-artifact`. The reason is that since we
0 commit comments