This commit is contained in:
2026-01-05 12:20:35 -08:00
parent bb1dcd7418
commit d1422cb1b4
5 changed files with 7 additions and 7 deletions

View File

@@ -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 }}