From 338035bbcf17275d6a2bd3940a7c92ecb41f3337 Mon Sep 17 00:00:00 2001 From: Brian Weaver Date: Wed, 25 Aug 2021 11:50:14 -0400 Subject: [PATCH] Correct homebrew formula for release automation --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d0b7bfe0..be62ea059 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: uses: dawidd6/action-homebrew-bump-formula@v3 with: token: ${{secrets.GITHUB_API_TOKEN}} - formula: lazygit + formula: namespacebrian/terminus/t3 # functional_tests: # runs-on: ubuntu-latest