From 856704b76076c85f88d7e8b4fab9dd83d88acd39 Mon Sep 17 00:00:00 2001 From: Dmitry Filimonov Date: Wed, 11 Oct 2023 21:02:04 -0700 Subject: [PATCH] chore: fixes homebrew formula --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a601c8c56d..d98e8dbd28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: git config --global url."https://x-access-token:$(echo "${HOMEBREW_GITHUB_TOKEN}" | xargs)@github.com/pyroscope-io/homebrew-brew".insteadOf "https://github.com/pyroscope-io/homebrew-brew" git clone https://github.com/pyroscope-io/homebrew-brew ../homebrew-brew cd ../homebrew-brew - make generate-formulas && git add Formula && git commit -m "chore: update formulas to ${}" && git push origin main + make generate-formulas && git add Formula && git commit -m "chore: update formulas" && git push origin main env: HOMEBREW_GITHUB_TOKEN: ${{ steps.brew-token.outputs.token }} GITHUB_TOKEN: ${{ steps.app-goreleaser.outputs.token }}