From 53d161b106e101c7451f09c1c501838c4c66f6e4 Mon Sep 17 00:00:00 2001 From: Luke Mino-Altherr Date: Tue, 10 Feb 2026 19:57:00 -0800 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/release-webhook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-webhook.yml b/.github/workflows/release-webhook.yml index 18d43f93a..737e4c488 100644 --- a/.github/workflows/release-webhook.yml +++ b/.github/workflows/release-webhook.yml @@ -136,6 +136,7 @@ jobs: curl -fsSL \ -X POST \ -H "Accept: application/vnd.github+json" \ + -H "Content-Type: application/json" \ -H "Authorization: Bearer ${DISPATCH_TOKEN}" \ https://api.github.com/repos/Comfy-Org/desktop/dispatches \ -d "$PAYLOAD"