Closed jedwards1211 closed 3 months ago
Similar to https://github.com/semantic-release/github/issues/895, I want to investigate if there's any possible way to verify that the npm token has permission to publish the package in the verify step. Right now if publish fails, semantic-release has already pushed a git tag, and we have to manually delete the git tag (from GitHub etc) before rerunning semantic-release.
verify
semantic-release
whoops, dupe of #4
Similar to https://github.com/semantic-release/github/issues/895, I want to investigate if there's any possible way to verify that the npm token has permission to publish the package in the
verify
step. Right now if publish fails,semantic-release
has already pushed a git tag, and we have to manually delete the git tag (from GitHub etc) before rerunningsemantic-release
.