File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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---
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` |
You can’t perform that action at this time.
0 commit comments