File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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` |
@@ -136,6 +136,9 @@ jobs:
136136
137137<!-- secrets:end -->
138138
139+ <!-- outputs:start -->
140+ <!-- outputs:end -->
141+
139142<!-- examples:start -->
140143
141144# # Examples
@@ -227,8 +230,6 @@ Copyright © 2026 hoverkraft-tech
227230For more details, see the [license](http://choosealicense.com/licenses/mit/).
228231
229232<!-- license:end -->
230- <!-- outputs:start -->
231- <!-- outputs:end -->
232233<!-- generated:start -->
233234
234235---
Original file line number Diff line number Diff line change 3030 description : |
3131 npm distribution tag for the published package.
3232 Common values:
33- - `latest` — Default tag for stable releases
34- - `next` — prerelease or beta versions
35- - `canary` — Canary/nightly builds
33+ - `latest` - Default tag for stable releases
34+ - `next` - Prerelease or beta versions
35+ - `canary` - Canary/nightly builds
3636
3737 See https://docs.npmjs.com/adding-dist-tags-to-packages.
3838 type : string
You can’t perform that action at this time.
0 commit comments