Skip to content

Commit

Permalink
Workflow: Use correct reference
Browse files Browse the repository at this point in the history
  • Loading branch information
3j14 committed Nov 18, 2024
1 parent 83eed3e commit c3ccff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
curl -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secrets.HOMEBREW_BUMGR_DISPATCH_PAT }}" \
--request POST \
--data '{"event_type": "update", "client_payload": {"version": "${{ github.event.inputs.version }}"}}' \
--data '{"event_type": "update", "client_payload": {"version": "${{ github.event.release.tag_name }}"}}' \
'https://api.github.com/repos/3j14/homebrew-bumgr/dispatches'

0 comments on commit c3ccff2

Please sign in to comment.