Skip to content

Commit

Permalink
updating the release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 17, 2023
1 parent d7d2e8f commit 70353c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
needs: prepare-matrix
strategy:
matrix:
integration: ${{needs.prepare-matrix.outputs.matrix}}
integration: ${{fromJson(needs.prepare-matrix.outputs.matrix)}}
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit 70353c5

Please sign in to comment.