From 6bd045eb79f76711e9bfaf65d9fe402768a26f38 Mon Sep 17 00:00:00 2001 From: "stoat-tofu[bot]" <242700035+stoat-tofu[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:45:25 +0000 Subject: [PATCH] chore: modify .github/workflows/release-webhook.yml --- .github/workflows/release-webhook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-webhook.yml b/.github/workflows/release-webhook.yml index 2262162c..46504b1a 100644 --- a/.github/workflows/release-webhook.yml +++ b/.github/workflows/release-webhook.yml @@ -20,4 +20,4 @@ jobs: RELEASE_URL="https://github.com/${REPOSITORY}/releases/tag/${TAG_NAME}" curl -X POST "$WEBHOOK_URL" \ -H "Content-Type: application/json" \ - -d "{\"content\": \"$RELEASE_URL\"}" + -d "{\"content\": \"$RELEASE_URL\"}" \ No newline at end of file