Skip to content

Commit 8a73090

Browse files
authoredApr 7, 2023
Add greater-version-only to action inputs (#58)
Fixes #52
1 parent 90d05c1 commit 8a73090

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ inputs:
4545
required: false
4646
default: "true"
4747

48+
greater-version-only:
49+
description: Only publish to NPM if the version number in package.json is greater than the latest on NPM
50+
required: false
51+
default: "false"
52+
4853
outputs:
4954
type:
5055
description: The type of version change that occurred ("none", "major", "minor", "patch", etc.)

0 commit comments

Comments
 (0)
Failed to load comments.