Skip to content

Commit

Permalink
fix: workflow interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed May 19, 2024
1 parent a45c8ca commit aa432fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

build:
# needs: release
name: Build binary -- ${{ matrix.platform.os_name }}
name: Build binary -- ${{ matrix.platform.name }}
# if: ${{ needs.release.outputs.release_created }}
strategy:
matrix:
Expand Down

0 comments on commit aa432fd

Please sign in to comment.