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
- Node.js Release + 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` |