Skip to content

Commit

Permalink
update gh release action
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfoehrKn committed Feb 28, 2021
1 parent b09d2e4 commit 6236b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
curl -X POST https://api.github.com/repos/danielfoehrKn/homebrew-switch/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u "$ACCESS_TOKEN" \
--data '{"event_type": "update", "client_payload": { "tag": "'"{{ steps.build_binary_files.outputs.latest_release_filtered_tag }}"'", "mac_sha": "'"$mac_sha256sum"'", "linux_sha": "'"$linux_sha256sum"'", "switch_script_sha": "'"$switch_script_sha256sum"'"}}'
--data '{"event_type": "update", "client_payload": { "tag": "'"${{ steps.build_binary_files.outputs.latest_release_filtered_tag }}"'", "mac_sha": "'"$mac_sha256sum"'", "linux_sha": "'"$linux_sha256sum"'", "switch_script_sha": "'"$switch_script_sha256sum"'"}}'

0 comments on commit 6236b70

Please sign in to comment.