Skip to content

Commit 6225aa5

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 11ffb7b commit 6225aa5

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/release.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Reusable Workflow: Node.js Release
44

55
<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" />
77
</div>
88

99
---
@@ -84,8 +84,6 @@ jobs:
8484
# as the npm dist-tag unless it looks like a version tag such as `v1.2.3`.
8585
#
8686
# See https://docs.npmjs.com/adding-dist-tags-to-packages.
87-
#
88-
# Default: `""`
8987
tag: ""
9088

9189
# Whether to generate npm provenance for npmjs.org publishes.
@@ -113,14 +111,14 @@ jobs:
113111
| **`package-tarball-artifact-id`** | Artifact ID of the package tarball produced by CI. | **true** | **string** | - |
114112
| **`registry-url`** | Registry URL used by npm publish. | **false** | **string** | `https://registry.npmjs.org` |
115113
| **`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** | - |
117115
| | Common values: | | | |
118116
| | - `latest` - Default tag for stable releases | | | |
119117
| | - `next` - Prerelease or beta versions | | | |
120118
| | - `canary` - Canary/nightly builds | | | |
121119
| | | | | |
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`. | | | |
124122
| | | | | |
125123
| | See <https://docs.npmjs.com/adding-dist-tags-to-packages>. | | | |
126124
| **`provenance`** | Whether to generate npm provenance for npmjs.org publishes. | **false** | **boolean** | `true` |

0 commit comments

Comments
 (0)