Skip to content

Commit 7dacfe2

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 ddd20df commit 7dacfe2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.md

Lines changed: 4 additions & 4 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/5d627588970f22174162eefe5c3159eb3bdc271c25b77ec0286fa7fb33c9a2f9/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Release" />
6+
<img src="https://opengraph.githubassets.com/64be3a16895705ee5048b06c8850eeece9322d7a637127269eb768810b96a0ac/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Release" />
77
</div>
88

99
---
@@ -112,9 +112,9 @@ jobs:
112112
| **`access`** | Package access level passed to npm publish. Leave empty to use npm defaults. | **false** | **string** | `public` |
113113
| **`tag`** | npm distribution tag for the published package. | **false** | **string** | `latest` |
114114
| | Common values: | | | |
115-
| | - `latest` — Default tag for stable releases | | | |
116-
| | - `next` — prerelease or beta versions | | | |
117-
| | - `canary` — Canary/nightly builds | | | |
115+
| | - `latest` — Default tag for stable releases | | | |
116+
| | - `next` — prerelease or beta versions | | | |
117+
| | - `canary` — Canary/nightly builds | | | |
118118
| | | | | |
119119
| | See <https://docs.npmjs.com/adding-dist-tags-to-packages>. | | | |
120120
| **`provenance`** | Whether to generate npm provenance for npmjs.org publishes. | **false** | **boolean** | `true` |

0 commit comments

Comments
 (0)