frontenddev-org/Publish Node.js package
发布 Node.js 软件包
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | 软件包源的授权令牌 | no | — |
| registry | 软件包源地址 | no | https://registry.npmjs.org |
| tag | 版本标签,默认为 latest | no | latest |
| dryRun | 模拟发布 | no | false |
| includePrivate | 同时发布私有包 | no | false |
| disableProvenance | 禁用 npm 发布的来源证明 | no | false |
| disableSync | 禁用同步到 npmMirror.com | no | false |
| disableStrip | 禁用修剪软件包中 package.json 中的字段,workspace 模式时会继承相关字段 | no | false |
| disableCopyLicense | 禁用复制根目录许可证文件(只在 workspace 模式启用,且软件包没有时) | no | false |
| disableCopyReadme | 禁用复制根目录 README 文件(只在 workspace 模式启用,且软件包没有时) | no | false |
| syncTimeout | 同步到 npmMirror.com 超时时间(秒),默认为 30 秒 | no | 30 |
| packageFields | 额外指定发布时携带的 package.json 字段,逗号分隔,默认为空字符串 | no | "" |
Outputs
no outputs