From f18b85a52b2dcae493011d32f8f5a7f58801ca7b Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 10 Jul 2023 21:41:09 +0300 Subject: [PATCH] WIP --- .github/workflows/release.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c408c8b..2f59ed3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: runs-on: ubuntu-latest outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} + tag: ${{ steps.ids.outputs.tag }} steps: - name: Checkout code uses: actions/checkout@v3 @@ -48,13 +49,17 @@ jobs: strategy: 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 "${{ matrix }}" + run: echo "${{ matrix.name }}" + # run: ./bin/release.sh ${{ steps.ids.outputs.tag }} + + - name: Info + run: echo "${{ toJson(matrix) }}" # run: ./bin/release.sh ${{ steps.ids.outputs.tag }}