Skip to content

Commit c9c3455

Browse files
committed
📚 docs: Updated README.md
1 parent 2e2c1b6 commit c9c3455

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,18 @@ jobs:
102102

103103
### Inputs
104104

105-
| Input name | Description | Required | Default |
106-
|-------------------------|-------------------------------------------------------------------------|----------|--------------------------------|
107-
| `action` | Possible actions: `prepare` or `release`. | `true` | *N/A* |
108-
| `app-id` | GitHub app id. | `true` | *N/A* |
109-
| `app-key` | GitHub app private key. | `true` | *N/A* |
110-
| `npm-publish` | Publish to NPM registry. | `false` | `"false"` |
111-
| `npm-registry` | NPM registry. | `false` | `"https://registry.npmjs.org"` |
112-
| `npm-token` | NPM auth token. | `false` | `""` |
113-
| `npm-build` | Build package command. Only executed if `npm-publish` is set to `true`. | `false` | `npm run build` |
114-
| `major-bump` | Bump major version tag after release. | `false` | `"false"` |
115-
| `major-bump-tag-prefix` | Major version tag prefix. | `false` | `""` |
105+
| Input name | Description | Required | Default |
106+
|-------------------------|-----------------------------------------------------------------------------------------------------------------|----------|--------------------------------|
107+
| `action` | Specifies which action to run. Possible values: `prepare` or `release`. | `true` | *N/A* |
108+
| `app-id` | GitHub app id. | `true` | *N/A* |
109+
| `app-key` | GitHub app private key. | `true` | *N/A* |
110+
| `npm-publish` | Publish to NPM registry. | `false` | `"false"` |
111+
| `npm-registry` | NPM registry. | `false` | `"https://registry.npmjs.org"` |
112+
| `npm-token` | NPM auth token. | `false` | `""` |
113+
| `npm-access` | Determines whether the published package should be publicly visible. Possible values: `public` or `restricted`. | `false` | `"restricted"` |
114+
| `npm-build` | Build package command. Only executed if `npm-publish` is set to `true`. | `false` | `npm run build` |
115+
| `major-bump` | Bump major version tag after release. | `false` | `"false"` |
116+
| `major-bump-tag-prefix` | Major version tag prefix. | `false` | `""` |
116117

117118
### Schema
118119

0 commit comments

Comments
 (0)