ericclemmons / github-semantic-version

Automated semantic version releases powered by Github Issues.
MIT License
21 stars 8 forks source link

Currently not working #34

Closed hipstersmoothie closed 5 years ago

hipstersmoothie commented 5 years ago

NPM changed something and now you have to call publish like this

npm publish --access public 

edit: hmmm worked after the first publish

milesj commented 5 years ago

Are you using NPM scopes? Because access public is required for them, otherwise it's not.