mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 13:47:38 +00:00
ci: provide Brew and GH Release actions with the correct tag
This commit is contained in:
parent
c0139f3309
commit
27510e61c7
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -237,7 +237,7 @@ jobs:
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: starship-*/starship-*
|
||||
tag_name: ${{ needs.release_please.outputs.release_created }}
|
||||
tag_name: ${{ needs.release_please.outputs.tag_name }}
|
||||
|
||||
# Publish starship to Crates.io
|
||||
cargo_publish:
|
||||
@ -268,6 +268,7 @@ jobs:
|
||||
- uses: mislav/bump-homebrew-formula-action@v1.16
|
||||
with:
|
||||
formula-name: starship
|
||||
tag_name: ${{ needs.release_please.outputs.tag_name }}
|
||||
env:
|
||||
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user