pascalgn / npm-publish-action

GitHub action to automatically publish packages to npm
MIT License
221 stars 29 forks source link

Cannot publish to npm #29

Closed john-d-pelingo closed 3 years ago

john-d-pelingo commented 3 years ago

Hello!

Point me to the right place if this is the wrong place to post for help.

I am trying to integrate this GitHub action with a personal public project of mine, but I cannot seem to make it publish to npm.

This is the latest action result which is successful. I don't get any feedback, so it's hard to debug: https://github.com/john-d-pelingo/jdp-scripts/runs/1481716358?check_suite_focus=true

This is my configuration file for the action: https://github.com/john-d-pelingo/jdp-scripts/blob/master/.github/workflows/npm-publish.yml. I have a monorepo with four packages so far.

You can also see that my packages are still at 0.0.5 and not 0.0.6: https://www.npmjs.com/search?q=%40jdp-dev.

john-d-pelingo commented 3 years ago

Resolved my issue.