Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit c3ccff2

Browse files
committed
Workflow: Use correct reference
1 parent 83eed3e commit c3ccff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
curl -H "Accept: application/vnd.github.everest-preview+json" \
5454
-H "Authorization: token ${{ secrets.HOMEBREW_BUMGR_DISPATCH_PAT }}" \
5555
--request POST \
56-
--data '{"event_type": "update", "client_payload": {"version": "${{ github.event.inputs.version }}"}}' \
56+
--data '{"event_type": "update", "client_payload": {"version": "${{ github.event.release.tag_name }}"}}' \
5757
'https://api.github.com/repos/3j14/homebrew-bumgr/dispatches'
5858

0 commit comments

Comments
 (0)