diff --git a/.circleci/config.yml b/.circleci/config.yml index 521875348a..3a6bc90722 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,7 @@ jobs: type: string steps: - checkout - - gh/install + - gh/setup - restore_cache: keys: - v1-deps-{{ checksum "yarn.lock" }} diff --git a/apps/remix-ide/ci/publish_plugin.ts b/apps/remix-ide/ci/publish_plugin.ts index 394146494a..df0b077231 100644 --- a/apps/remix-ide/ci/publish_plugin.ts +++ b/apps/remix-ide/ci/publish_plugin.ts @@ -74,7 +74,7 @@ import * as child_process from 'child_process' const { globSource } = IpfsHttpClient const folder = `dist/apps/${pluginName}` - const result = await ipfs.add(globSource(folder, { recursive: true }), { pin: false }) + const result = await ipfs.add(globSource(folder, { recursive: true }), { pin: true }) const hash = result.cid.toString() const url = `https://ipfs-cluster.ethdevops.io/ipfs/${hash}` plugin[url_field] = url