Test
This commit is contained in:
@@ -55,7 +55,7 @@ runs:
|
||||
- name: "If no version is found, get the latest version for the package if we didn't already look for it."
|
||||
uses: act/common/github/github-query-nuget-versions-latest@master
|
||||
id: nugetFallback
|
||||
if: ${{ steps.nuget.outputs.version == '' && inputs.prerelease != 'false' }}
|
||||
if: ${{ !steps.nuget.outputs.version && inputs.prerelease != 'false' }}
|
||||
with:
|
||||
name: ${{ inputs.name }}
|
||||
url: ${{ inputs.url }}
|
||||
|
||||
Reference in New Issue
Block a user