Skip to content

Commit 0d23b7f

Browse files
committed
テスト版はもはやtrustedUserだけに公開するものではないので修正
1 parent e90f0ea commit 0d23b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/webstore-publish.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function main(
118118
console.log("[DEBUG]", urBody);
119119
if (!uploadResponse.ok) throw new Error(`http response of UPLOAD is NOT OK: ${uploadResponse.statusText}\n${JSON.stringify(urBody)}`);
120120

121-
const publishResponse: Response = await publishUploadedPackageFile(access_token, app_id, process.env.NODE_ENV != "production");
121+
const publishResponse: Response = await publishUploadedPackageFile(access_token, app_id, false);
122122
const prBody = await publishResponse.json();
123123
console.log("[INFO]", "PUBLISH PACKAGE:", publishResponse.ok, publishResponse.status);
124124
console.log("[DEBUG]", prBody);

0 commit comments

Comments
 (0)