Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jul 10, 2023
1 parent 4e4adfd commit 2916b03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
needs: configure

strategy:
matrix: ${{ fromJson(needs.configure.outputs.matrix)['sub-splits'] }}
matrix: ${{ fromJson(needs.configure.outputs.matrix) }}

name: ${{ matrix.name }}
# name: ${{ matrix.name }}

steps:
- name: Show version
run: echo "${{ needs.configure.outputs.tag }}"

- name: Components release
run: echo "Release for ${{ matrix }}"
run: echo "${{ matrix }}"
# run: ./bin/release.sh ${{ steps.ids.outputs.tag }}

0 comments on commit 2916b03

Please sign in to comment.