Skip to content

Commit

Permalink
feat(readme): add workspaces and options params to npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Jul 23, 2024
1 parent 635d6c1 commit ea37e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
| `target` | true | None | Packages target, optionally `npm`/`github` |
| `token` | false | None | Target authorization token, GitHub Packages target does not need, internally has automatically obtained `github.token` |
| `tag` | false | `latest` | The version label to release, the default is latest |
| `workspaces` | false | None | Publish all packages in all workspaces |
| `options` | false | None | Additional options for `npm publish` command |

# Outputs

Expand Down

0 comments on commit ea37e6b

Please sign in to comment.