Skip to content

Commit 2cfcb83

Browse files
authored
ci: fix fromJSON input
Signed-off-by: Michael Beemer <[email protected]>
1 parent 6ea99b5 commit 2cfcb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: ${{ fromJSON(needs.release-please.outputs.release_created || false) }}
4141
strategy:
4242
matrix:
43-
path: ${{ fromJSON(needs.release-please.outputs.paths_released || []) }}
43+
path: ${{ fromJSON(needs.release-please.outputs.paths_released || "[]") }}
4444
environment: release
4545
permissions:
4646
# IMPORTANT: this permission is mandatory for trusted publishing to pypi

0 commit comments

Comments
 (0)