We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e39b4 commit 1640441Copy full SHA for 1640441
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
}
63
64
outputs:
65
- matrix: ${{ steps.set_matrix.outputs.result }}
+ matrix: fromJSON(${{ steps.set_matrix.outputs.result }})
66
67
test_saving:
68
if: github.event_name != 'delete'
0 commit comments