Skip to content

Commit

Permalink
fix(f): f
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Sep 6, 2023
1 parent d64fadc commit b38b49c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/gh-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ jobs:
matrix="${matrix%,}" # Remove trailing comma
matrix="${matrix}]" # Close the JSON array
echo "matrix=${matrix}" >> $GITHUB_OUTPUT
builder:
create-github-release:
needs: create-version-matrix
runs-on: ubuntu-latest
strategy:
matrix:
cfg: ${{fromJson(needs.create-version-matrix.outputs.matrix)}}
steps:
- run: |
echo version: ${{ matrix.cfg.version }}
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ matrix.cfg.version }}

0 comments on commit b38b49c

Please sign in to comment.