diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 461a6936..772edbb8 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -46,6 +46,6 @@ jobs: run: | for f in ./packages/*.nupkg do - dotnet nuget push @$f --api-key ${{ secrets.NuGetApiKey}} --source https://api.nuget.org/v3/index.json + dotnet nuget push $f --api-key ${{ secrets.NuGetApiKey}} --source https://api.nuget.org/v3/index.json done shell: bash