Skip to content

Commit

Permalink
Remove IPFS url from release text
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuu-jin committed Jul 10, 2024
1 parent 9fc79fd commit 5fa1f3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5fa1f3d

Please sign in to comment.