The signature of `npm publish` command allows to define the folder used as root: ```bash npm publish [<tarball>|<folder>] [--tag <tag>] [--access <public|restricted>] [--dry-run] ``` Is it possible to configure `<folder>` parameter when using `JS-DevTools/npm-publish` action?
Activity
razor-x commentedon Apr 14, 2023
Should be handled with the proposal in this issue: #81
Rewrite internals for v2 release (#83)