Skip to content

Commit 8ea0611

Browse files
committed
Update action.yml
Documented the expected prerelease identifiers in the composite action—preid now explicitly lists common values (alpha, beta, rc, next) and notes that leaving it blank skips prerelease tagging. This preserves validation guidance without reintroducing the linter issue from a choice input. Lint remains clean.
1 parent 2a548d1 commit 8ea0611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions/publish-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
tag:
99
description: 'The tag to publish to on NPM.'
1010
preid:
11-
description: 'The prerelease identifier used when doing a prerelease.'
11+
description: "Prerelase identifier such as 'alpha', 'beta', 'rc', or 'next'. Leave blank to skip prerelease tagging."
1212
working-directory:
1313
description: 'The directory of the package.'
1414
folder:

0 commit comments

Comments
 (0)