Open gespinha opened 5 years ago
Hi there,
I've been trying to publish my plugin, but every time I run skpm publish 1.0.0 it returns the following error:
skpm publish 1.0.0
Error: Command failed: npm version 1.0.0 -m "Publish %s release :rocket:" --allow-same-version npm ERR! code 1 npm ERR! Command failed: git commit -m Publish 1.0.0 release :rocket:
I've removed every release and tag from my repo and also removed any pull request from the plugin directory, but it still returns this error. I just want to publish v1.0.0.
Any clues why this might be happening?
Thanks in advance!
Hi, I had the same problem and I solved by publishing the package into npm first: https://docs.npmjs.com/updating-your-published-package-version-number
Hi there,
I've been trying to publish my plugin, but every time I run
skpm publish 1.0.0
it returns the following error:I've removed every release and tag from my repo and also removed any pull request from the plugin directory, but it still returns this error. I just want to publish v1.0.0.
Any clues why this might be happening?
Thanks in advance!