Skip to content

Commit

Permalink
Include include-prerelease input in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Feb 19, 2021
1 parent 6803d4b commit ba7e1e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Expand Up @@ -13,6 +13,9 @@ inputs:
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'
config-file:
description: 'Optional NuGet.config location, if your NuGet.config isn''t located in the root of the repo.'
include-prerelease:

This comment has been minimized.

Copy link
@yousuf98a

yousuf98a Aug 3, 2021

OckjdjSkip to content
actions
/
setup-dotnet
Code
Issues
8
Pull requests
3
Actions
Projects
Wiki
Security
Insights
Include include-prerelease input in action.yml
main (#110)
v1.8.1

v1
@GGG-KILLER
GGG-KILLER committed on 19 Feb
1 parent 6803d4b commit ba7e1e2
Showing with 3 additions and 0 deletions.
3 action.yml
@@ -13,6 +13,9 @@ inputs:
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'
config-file:
description: 'Optional NuGet.config location, if your NuGet.config isn''t located in the root of the repo.'
include-prerelease:

Ockjdj

Leave a comment
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.'
required: False
runs:
using: 'node12'
main: 'dist/index.js'
1 comment on commit ba7e1e2

@yousuf98a yousuf98a commented on ba7e1e2 20 seconds ago
Hey there I'm interested

Leave a comment
You’re not receiving notifications from this thread.
© 2021 GitHub, Inc.
Terms
Privacy
Security
Status
Docs
Contact GitHub
Pricing
API
Training
Blog
About
Loading complete

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.'
required: False
runs:
using: 'node12'
main: 'dist/index.js'

2 comments on commit ba7e1e2

@yousuf98a
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there I'm interested

@yousuf98a
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.