ci: correctly kebab-case tag-name in brew action
This commit is contained in:
parent
3ac0559357
commit
34ac769260
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue