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?