Skip to content

Commit

Permalink
ci: Fix not parsing JSON in publish-artifacts strategy matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
redmushie committed Sep 30, 2023
1 parent 69c4cdb commit ed1997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
strategy:
matrix: ${{ needs.build.outputs.matrix }}
matrix: ${{ fromJSON(needs.build.outputs.matrix) }}

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

0 comments on commit ed1997d

Please sign in to comment.