mirror of
https://github.com/starship/starship.git
synced 2024-11-22 08:14:10 +01:00
ci: correctly kebab-case tag-name in brew action
This commit is contained in:
parent
3ac0559357
commit
34ac769260
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -268,7 +268,7 @@ jobs:
|
|||||||
- uses: mislav/bump-homebrew-formula-action@v1.16
|
- uses: mislav/bump-homebrew-formula-action@v1.16
|
||||||
with:
|
with:
|
||||||
formula-name: starship
|
formula-name: starship
|
||||||
tag_name: ${{ needs.release_please.outputs.tag_name }}
|
tag-name: ${{ needs.release_please.outputs.tag_name }}
|
||||||
env:
|
env:
|
||||||
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user