ci: correctly kebab-case tag-name in brew action

This commit is contained in:
Matan Kushner 2022-04-15 18:31:58 -03:00
parent 3ac0559357
commit 34ac769260
No known key found for this signature in database
GPG Key ID: BFF10DF8EAA776DD
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ jobs:
- uses: mislav/bump-homebrew-formula-action@v1.16
with:
formula-name: starship
tag_name: ${{ needs.release_please.outputs.tag_name }}
tag-name: ${{ needs.release_please.outputs.tag_name }}
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}