Skip to content

Commit ba7e1e2

Browse files
committed
Include include-prerelease input in action.yml
1 parent 6803d4b commit ba7e1e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ inputs:
1313
description: 'Optional OWNER for using packages from GitHub Package Registry organizations/users other than the current repository''s owner. Only used if a GPR URL is also provided in source-url'
1414
config-file:
1515
description: 'Optional NuGet.config location, if your NuGet.config isn''t located in the root of the repo.'
16+
include-prerelease:
17+
description: 'Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided.'
18+
required: False
1619
runs:
1720
using: 'node12'
1821
main: 'dist/index.js'

0 commit comments

Comments
 (0)