Skip to content

Commit

Permalink
fix: Fixed GitHub workflow Release
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Jul 12, 2024
1 parent a4e403e commit 0326746
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 93 deletions.
87 changes: 0 additions & 87 deletions .github/workflows/bump-formula.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ env.VERSION }}

- name: Trigger Homebrew Update
run: |
curl -X POST -H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/dispatches \
-d '{"event_type":"update_homebrew","client_payload":{"tag_name":"${{ env.VERSION }}"}}'
# - name: Trigger Homebrew Update
# run: |
# curl -X POST -H "Accept: application/vnd.github.v3+json" \
# -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
# https://api.github.com/repos/${{ github.repository }}/dispatches \
# -d '{"event_type":"update_homebrew","client_payload":{"tag_name":"${{ env.VERSION }}"}}'

0 comments on commit 0326746

Please sign in to comment.