From 5195ffa304ef1f371c157f2ab82216ab7ca4e9b2 Mon Sep 17 00:00:00 2001 From: alexravenna Date: Fri, 15 Sep 2023 23:03:36 +0200 Subject: [PATCH] Describe new option in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 274b176..71f2f97 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ You can set any or all of the following input parameters: |`preRelease` |boolean| no |`false` | Mark the extensions release as pre-release. Is only considered when packaging an extension. |`dependencies` |boolean| no |`true` | Check that dependencies defined in `package.json` exist in `node_modules`. Set to `false` if using pnpm or yarn v2+ with PnP. |`skipDuplicate` |boolean| no |`false` | Fail silently if version already exists on the marketplace. Equivalent to the `--skip-duplicate` option of the vsce CLI. +|`target` |string| no | - | Target architecture(s) the extension should run on ## Outputs