diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07c14e5..97d3095 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,8 +52,8 @@ jobs: name: nuget if-no-files-found: error retention-days: 7 - path: pack/*.(s?)nupkg - if: ${{ github.event_name == 'release' && github.ref_type == 'tag' || github.event.release.tag_name }} + path: pack/*.nupkg + # if: ${{ github.event_name == 'release' && github.ref_type == 'tag' || github.event.release.tag_name }} - name: Publish .NET Solution to NuGet.org continue-on-error: true