From abc5c8fac2f450de9226037894112e5e84377e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20M=C3=B6ller?= Date: Fri, 22 Nov 2024 17:46:37 +0100 Subject: [PATCH] chore: make sure we release to brew too with our release (#1125) #### What this PR does / why we need it Makes sure that we trigger a push to brew once a release is successful #### Which issue(s) this PR fixes --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0fa62110cc..38aa75879c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -234,7 +234,7 @@ jobs: token: ${{ steps.generate_token.outputs.token }} repository: ${{ github.repository_owner }}/ocm event-type: publish-ocm-cli - client-payload: '{"version":"${{ env.RELEASE_VERSION }}","push-to-aur":true,"push-to-chocolatey":true,"push-to-winget":true}' + client-payload: '{"version":"${{ env.RELEASE_VERSION }}","push-to-aur":true,"push-to-chocolatey":true,"push-to-winget":true,"push-to-brew-tap":true}' # make sure that the branch contains the next valid patch bump-release-branch-pr: