Skip to content

Commit 4ad956b

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 39690a1 commit 4ad956b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/release.md

Lines changed: 1 addition & 7 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/3054b62b8c81a81f2e8cf7fec489dcadb2a296237b4303031e6a1e5da7366e24/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Release" />
6+
<img src="https://opengraph.githubassets.com/a13bac450e5a135f33d1583c03111837458cea565bf78f79b0bb27881fdf86f7/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Release" />
77
</div>
88

99
---
@@ -80,9 +80,6 @@ jobs:
8080
# - `next` - Prerelease or beta versions
8181
# - `canary` - Canary/nightly builds
8282
#
83-
# If omitted for a pushed Git tag, the workflow tries to reuse the Git tag
84-
# as the npm dist-tag unless it looks like a version tag such as `v1.2.3`.
85-
#
8683
# See https://docs.npmjs.com/adding-dist-tags-to-packages.
8784
tag: ""
8885

@@ -117,9 +114,6 @@ jobs:
117114
| | - `next` - Prerelease or beta versions | | | |
118115
| | - `canary` - Canary/nightly builds | | | |
119116
| | | | | |
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`. | | | |
122-
| | | | | |
123117
| | See <https://docs.npmjs.com/adding-dist-tags-to-packages>. | | | |
124118
| **`provenance`** | Whether to generate npm provenance for npmjs.org publishes. | **false** | **boolean** | `true` |
125119
| **`dry-run`** | Whether to run npm publish without publishing the package. | **false** | **boolean** | `false` |

0 commit comments

Comments
 (0)