From 27510e61c76b89dd0a9b5f89417ec2417e8e6923 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Fri, 15 Apr 2022 18:25:30 -0300 Subject: [PATCH] ci: provide Brew and GH Release actions with the correct tag --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}