From 2dd814181ba4204530b97e5aa30788eb41ef959d Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 12 Apr 2021 17:49:32 +0300 Subject: [PATCH] Publish binaries to s3 bucket (#2513) Signed-off-by: Jari Kolehmainen --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c900c51e0e..26df3c7408 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": {