Skip to content

Commit b94b6e1

Browse files
chore(publish-npm): remove unused input
1 parent a5ea80b commit b94b6e1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ on:
5959
description: "npm publish tag (e.g., latest, nightly)"
6060
default: ""
6161
type: string
62-
tag-prefix:
63-
description: "Prefix for Git tag"
64-
default: "v"
65-
type: string
6662
working-directory:
6763
description: "Directory containing package.json"
6864
default: ""

publish-npm/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ for the package scope, Node.js version, registry URL, and other options. The wor
3535
| **format-check-command** | Run format-checking command. | No | `npm run check-format --if-present` |
3636
| **environment** | GitHub environment. | No | `production` |
3737
| **tag** | npm publish tag (e.g., latest, nightly). | No | `''` (empty string) |
38-
| **tag-prefix** | Prefix for Git tag. | No | `v` |
3938
| **working-directory** | Directory containing package.json. | No | `''` (empty string) |
4039
| **artifact-name** | Name of an artifact to download before the build. | No | `''` (empty string) |
4140
| **artifact-path** | Destination path for the downloaded artifact. | No | `''` (empty string) |
@@ -84,7 +83,6 @@ for the package scope, Node.js version, registry URL, and other options. The wor
8483
lint-command: "npm run lint"
8584
type-check-command: "npm run check-types"
8685
format-check-command: "npm run check-format"
87-
tag-prefix: "v"
8886
# Optional: Download an artifact before building
8987
# artifact-name: 'my-build-artifact'
9088
# artifact-path: './dist'

0 commit comments

Comments
 (0)