diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 95ceb9d96..01b28e2b2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }}