1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-05-28 14:10:53 +00:00

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

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 }}