Skip to content

Commit

Permalink
release action include matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-1F committed May 20, 2024
1 parent c5a8ad7 commit b3c2259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:

release:
needs:
- matrix_prep
- build
runs-on: ubuntu-latest

Expand All @@ -73,6 +74,9 @@ jobs:
permissions:
contents: write

strategy:
matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }}

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b3c2259

Please sign in to comment.