From d46910ee6515270bde08c1fe2bf0bceaaf5d7fb7 Mon Sep 17 00:00:00 2001 From: Dequevauviller Benjamin Date: Thu, 19 Dec 2019 10:59:46 +0100 Subject: [PATCH] :bug: fix publish request --- entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index e283274..7d2e051 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -43,8 +43,7 @@ then -H "Authorization: Bearer $token" \ -H "x-goog-api-version: 2" \ -X POST \ - -T $4 \ - -v https://www.googleapis.com/upload/chromewebstore/v1.1/items/$5/publish \ + -v https://www.googleapis.com/chromewebstore/v1.1/items/$5/publish \ -d publishTarget=default \ | \ jq -r '.publishState'`