From 65ab302900f98c3793d7a06c6a4d66be69aec5ef Mon Sep 17 00:00:00 2001
From: "hoverkraft-bot[bot]"
<128996893+hoverkraft-bot[bot]@users.noreply.github.com>
Date: Tue, 19 May 2026 08:18:25 +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 | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/.github/workflows/release.md b/.github/workflows/release.md
index 164e308..a2a216d 100644
--- a/.github/workflows/release.md
+++ b/.github/workflows/release.md
@@ -3,7 +3,7 @@
# GitHub Reusable Workflow: Node.js Release
-

+
---
@@ -80,9 +80,6 @@ jobs:
# - `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`.
- #
# See https://docs.npmjs.com/adding-dist-tags-to-packages.
tag: ""
@@ -117,9 +114,6 @@ jobs:
| | - `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`. | | | |
-| | | | | |
| | See . | | | |
| **`provenance`** | Whether to generate npm provenance for npmjs.org publishes. | **false** | **boolean** | `true` |
| **`dry-run`** | Whether to run npm publish without publishing the package. | **false** | **boolean** | `false` |