From d5de47e7e2a064fb1579b5ff8fa931c9884f3d5d Mon Sep 17 00:00:00 2001 From: filip mertens Date: Mon, 20 Mar 2023 13:27:43 +0100 Subject: [PATCH] build --- apps/remix-ide/ci/publish_plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/ci/publish_plugin.ts b/apps/remix-ide/ci/publish_plugin.ts index feb5013e75..ffbfadb3ee 100644 --- a/apps/remix-ide/ci/publish_plugin.ts +++ b/apps/remix-ide/ci/publish_plugin.ts @@ -25,7 +25,7 @@ import fetch from "node-fetch"; } // update the plugin - plugin.build = 'someurl' + plugin[build] = 'someurl' plugin.sha = sha console.log('publishing plugin', plugin, 'with sha', sha, 'and build', build)