diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a747801..aa05d02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: name: nuget - name: Push to GitHub feed - run: dotnet nuget push nuget/*.nupkg + run: dotnet nuget push *.nupkg --api-key "${{secrets.GITHUB_TOKEN}}" --source "https://nuget.pkg.github.com/${{github.repository_owner}}/" --skip-duplicate