From 694a09d603a89309963c35afc219b31e8fe36bd3 Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Sun, 7 Sep 2025 16:48:23 -0500 Subject: [PATCH] update release script --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 9534c0f..ee0e6f0 100755 --- a/release.sh +++ b/release.sh @@ -77,4 +77,4 @@ curl -n -X 'PATCH' \ "https://git.bloy.org/api/v1/repos/foundryvtt/swade-mb-helpers/releases/${releaseId}" \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ - -d "${release_body}" \ + -d "${patch_body}" \