Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GitHub Reusable Workflow: Node.js Release

<div align="center">
<img src="https://opengraph.githubassets.com/3054b62b8c81a81f2e8cf7fec489dcadb2a296237b4303031e6a1e5da7366e24/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Release" />
<img src="https://opengraph.githubassets.com/a13bac450e5a135f33d1583c03111837458cea565bf78f79b0bb27881fdf86f7/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Release" />
</div>

---
Expand Down Expand Up @@ -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: ""

Expand Down Expand Up @@ -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 <https://docs.npmjs.com/adding-dist-tags-to-packages>. | | | |
| **`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` |
Expand Down