From b7286bc268046df1572495be21d055390b49a719 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 12 Apr 2021 14:19:59 +0300 Subject: [PATCH] publish binaries to s3 bucket Signed-off-by: Jari Kolehmainen --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7508acf1db..89d440e509 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ ] }, "build": { + "generateUpdatesFilesForAllChannels": true, "files": [ "static/build/main.js" ], @@ -165,9 +166,9 @@ }, "publish": [ { - "provider": "github", - "repo": "lens", - "owner": "lensapp" + "provider": "s3", + "bucket": "lens-binaries", + "path": "/ide" } ], "protocols": {