From 6225aa5f754627aad243bb3404a69de27927ddbc Mon Sep 17 00:00:00 2001 From: "hoverkraft-bot[bot]" <128996893+hoverkraft-bot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:34:56 +0000 Subject: [PATCH] docs: update actions and workflows documentation [skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/release.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.md b/.github/workflows/release.md index 67c578b..a52dbb9 100644 --- a/.github/workflows/release.md +++ b/.github/workflows/release.md @@ -3,7 +3,7 @@ # GitHub Reusable Workflow: Node.js Release
- Node.js Release + Node.js Release
--- @@ -84,8 +84,6 @@ jobs: # as the npm dist-tag unless it looks like a version tag such as `v1.2.3`. # # See https://docs.npmjs.com/adding-dist-tags-to-packages. - # - # Default: `""` tag: "" # Whether to generate npm provenance for npmjs.org publishes. @@ -113,14 +111,14 @@ jobs: | **`package-tarball-artifact-id`** | Artifact ID of the package tarball produced by CI. | **true** | **string** | - | | **`registry-url`** | Registry URL used by npm publish. | **false** | **string** | `https://registry.npmjs.org` | | **`access`** | Package access level passed to npm publish. Leave empty to use npm defaults. | **false** | **string** | `public` | -| **`tag`** | npm distribution tag for the published package. Leave empty to use npm defaults. | **false** | **string** | `""` | +| **`tag`** | npm distribution tag for the published package. Leave empty to use npm defaults. | **false** | **string** | - | | | Common values: | | | | | | - `latest` - Default tag for stable releases | | | | | | - `next` - Prerelease or beta versions | | | | | | - `canary` - Canary/nightly builds | | | | | | | | | | -| | If omitted for a pushed Git tag, the workflow tries to reuse the Git tag as the | | | | -| | npm dist-tag unless it looks like a version tag such as `v1.2.3`. | | | | +| | If omitted for a pushed Git tag, the workflow tries to reuse the Git tag | | | | +| | as the npm dist-tag unless it looks like a version tag such as `v1.2.3`. | | | | | | | | | | | | See . | | | | | **`provenance`** | Whether to generate npm provenance for npmjs.org publishes. | **false** | **boolean** | `true` |