`ipm publish --dry-run` publishes something

Bug report

I wanted to test if everything is alright with my plugin before publishing it, so I executed the publish command with the --dry-run option. Even though the description says that it wouldn’t actually publish, the activity feed of the plugin registry was updated, showing an entry that linked to a nonexistent plugin.



Environment

  • Platform: Windows
  • Platform version: 11
  • App Version: 6.0.0-canary.12

Oops, the flag check was missing in the discord feed logic. Thanks!

1 Like

I don’t want to unnecessarily bump this topic, but it seems that this is either not deployed or really fixed as it happend again when using --dry-run
image

Found a bug. The dryrun flag applies only to new packages. Wil fix it. Thanks!

Fixed it in @inkdropapp/ipm-cli@1.0.3. Thanks!

1 Like