From ea37e6b98bbdcc0c640097e1c0377b55814beb94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=23=E4=BA=91=E6=B7=A1=E7=84=B6?= Date: Tue, 23 Jul 2024 23:45:36 +0800 Subject: [PATCH] feat(readme): add workspaces and options params to npm publish --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0038e5..9b6fbf1 100644 --- a/README.md +++ b/README.md @@ -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