Skip to content

Commit

Permalink
fix: Use correct variable for build name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkuridza committed May 9, 2024
1 parent ffe0d08 commit 61dc1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: semantic-release-action/next-release-version/.github/workflows/next-release-version.yml@v4

build:
name: Build for ${{ matrix.target }}
name: Build for ${{ matrix.build.target }}
if: needs.get-next-version.outputs.new-release-published == 'true'
runs-on: ${{ matrix.build.os }}
needs:
Expand Down

0 comments on commit 61dc1df

Please sign in to comment.