Skip to content

Commit

Permalink
ci: fix release matrix (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g authored Dec 17, 2024
1 parent e6eeb90 commit d155c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: needs.release.outputs.releases_created == 'true'
strategy:
matrix:
package: ${{ needs.release.outputs.paths_released }}
package: ${{ fromJSON(needs.release.outputs.paths_released) }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit d155c90

Please sign in to comment.