Skip to content

Commit 0817f5a

Browse files
authored
Merge pull request #308 from ma10/debug-release-wf-20250526_6
Fix for build_docs
2 parents 9e4c5d7 + 4c28a93 commit 0817f5a

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
@@ -100,7 +100,7 @@ jobs:
100100
strategy:
101101
fail-fast: false
102102
matrix:
103-
build_target: ${{ needs.get_build_targets.outputs.matrix }}
103+
build_target: ${{ fromJson(needs.get_build_targets.outputs.matrix) }}
104104

105105
env:
106106
CUSTOM_DOMAIN: ${{ secrets.CUSTOM_DOMAIN }}

0 commit comments

Comments
 (0)