Skip to content

Commit

Permalink
chore: make sure we release to brew too
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Nov 22, 2024
1 parent a061dfd commit 4304fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,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:
Expand Down

0 comments on commit 4304fe9

Please sign in to comment.