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 fb6c312 commit a2534f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ jobs:

name: ${{ matrix.sub-splits.name }}

if: ${{ contains(toJson(matrix.sub-splits), '.release') && matrix.sub-splits.release != false }}
# if: ${{ contains(toJson(matrix.sub-splits), '.release') && matrix.sub-splits.release != false }}

steps:
- name: Show version
run: echo "${{ needs.configure.outputs.tag }}"
run: |
echo "${{ needs.configure.outputs.tag }}"
echo "${{ contains(matrix.sub-splits, 'release') }}"
- name: Component release
run: |
Expand Down

0 comments on commit a2534f9

Please sign in to comment.