|
3 | 3 | # GitHub Reusable Workflow: Node.js Release |
4 | 4 |
|
5 | 5 | <div align="center"> |
6 | | - <img src="https://opengraph.githubassets.com/c534c68c710cfc7e1d23e122caa18746289d5bddc0e2259982bcd0082e4dd53f/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Release" /> |
| 6 | + <img src="https://opengraph.githubassets.com/2c1962a2ad1825873a40535c101ae27231c1531f2a43494247013447176c1536/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Release" /> |
7 | 7 | </div> |
8 | 8 |
|
9 | 9 | --- |
|
84 | 84 | # as the npm dist-tag unless it looks like a version tag such as `v1.2.3`. |
85 | 85 | # |
86 | 86 | # See https://docs.npmjs.com/adding-dist-tags-to-packages. |
87 | | - # |
88 | | - # Default: `""` |
89 | 87 | tag: "" |
90 | 88 |
|
91 | 89 | # Whether to generate npm provenance for npmjs.org publishes. |
@@ -113,14 +111,14 @@ jobs: |
113 | 111 | | **`package-tarball-artifact-id`** | Artifact ID of the package tarball produced by CI. | **true** | **string** | - | |
114 | 112 | | **`registry-url`** | Registry URL used by npm publish. | **false** | **string** | `https://registry.npmjs.org` | |
115 | 113 | | **`access`** | Package access level passed to npm publish. Leave empty to use npm defaults. | **false** | **string** | `public` | |
116 | | -| **`tag`** | npm distribution tag for the published package. Leave empty to use npm defaults. | **false** | **string** | `""` | |
| 114 | +| **`tag`** | npm distribution tag for the published package. Leave empty to use npm defaults. | **false** | **string** | - | |
117 | 115 | | | Common values: | | | | |
118 | 116 | | | - `latest` - Default tag for stable releases | | | | |
119 | 117 | | | - `next` - Prerelease or beta versions | | | | |
120 | 118 | | | - `canary` - Canary/nightly builds | | | | |
121 | 119 | | | | | | | |
122 | | -| | If omitted for a pushed Git tag, the workflow tries to reuse the Git tag as the | | | | |
123 | | -| | npm dist-tag unless it looks like a version tag such as `v1.2.3`. | | | | |
| 120 | +| | If omitted for a pushed Git tag, the workflow tries to reuse the Git tag | | | | |
| 121 | +| | as the npm dist-tag unless it looks like a version tag such as `v1.2.3`. | | | | |
124 | 122 | | | | | | | |
125 | 123 | | | See <https://docs.npmjs.com/adding-dist-tags-to-packages>. | | | | |
126 | 124 | | **`provenance`** | Whether to generate npm provenance for npmjs.org publishes. | **false** | **boolean** | `true` | |
|
0 commit comments