pascalgn / npm-publish-action

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

NPM publish not happening though action is successful #53

Open Apoorva2405 opened 10 months ago

Apoorva2405 commented 10 months ago

I have setup below action and running npm publish using pascalgn/npm-publish-action@1.3.9: https://github.com/adobe/cc-ext-uxp-types/blob/main/.github/workflows/npm-publish.yml

Action is successful but publish hasn't happened on npm https://github.com/adobe/cc-ext-uxp-types/actions/runs/6506893332/job/17673314789

Also, cannot debug this since there is no error on the action