diff --git a/src/commands/publish.ts b/src/commands/publish.ts index 4dbe723..970ccfe 100644 --- a/src/commands/publish.ts +++ b/src/commands/publish.ts @@ -154,7 +154,6 @@ export default class Publish extends Command { if (!flags['skip_hyperplay_publish']) releaseText += `https://developers.hyperplay.xyz/${config.account}/${config.project}/settings\n` releaseText += release.external_url + '\n' - releaseText += `ipfs://${release.external_url.replace('https://gateway.valist.io/ipfs/', '')}\n` CliUx.ux.log(releaseText); this.exit(0);