From 28b1521d3fd8aac9e37d02581d074c425416a176 Mon Sep 17 00:00:00 2001 From: SentienceDEV Date: Thu, 12 Feb 2026 21:16:10 -0800 Subject: [PATCH] another fix for sync --- .github/workflows/sync-extension.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-extension.yml b/.github/workflows/sync-extension.yml index adaa219..c54ec25 100644 --- a/.github/workflows/sync-extension.yml +++ b/.github/workflows/sync-extension.yml @@ -83,8 +83,10 @@ jobs: echo "⬇️ Fetching release info for $TAG from $REPO..." # Capture response to file for debugging - HTTP_CODE=$(curl -s -w "%{http_code}" -o release.json \ + HTTP_CODE=$(curl -L -s -w "%{http_code}" -o release.json \ -H "Authorization: token ${{ secrets.SENTIENCE_CHROME_TOKEN }}" \ + -H "Accept: application/vnd.github+json" \ + -H "X-GitHub-Api-Version: 2022-11-28" \ "https://api.github.com/repos/$REPO/releases/tags/$TAG") if [ "$HTTP_CODE" != "200" ]; then