npm-publish-action icon indicating copy to clipboard operation
npm-publish-action copied to clipboard

Missing version field!

Open cazetto opened this issue 3 years ago • 1 comments

Hello,

I am trying to publish a package from a monorepo a getting the message: missing version field!

In my package.json I have the field with the version and when I try to publish by command line it is published normally.

This is the monorepo that I am trying to publish a package: https://github.com/cazetto/force And the failed action: https://github.com/cazetto/force/actions/runs/3156611515/jobs/5136503214

cazetto avatar Sep 30 '22 06:09 cazetto

I think it will look at this file, and there is no version field: https://github.com/cazetto/force/blob/main/package.json

pascalgn avatar Oct 07 '22 20:10 pascalgn