diff --git a/.github/workflows/nuget-pack-push.yml b/.github/workflows/nuget-pack-push.yml index 4a82447..f7f86d7 100644 --- a/.github/workflows/nuget-pack-push.yml +++ b/.github/workflows/nuget-pack-push.yml @@ -65,4 +65,4 @@ jobs: # upload nuget - run: dotnet nuget push "./nuget/*.nupkg" --skip-duplicate -s https://api.nuget.org/v3/index.json -k "${NUGET_KEY}" env: - NUGET_KEY: ${{ steps.login.outputs.NUGET_API_KEY }} \ No newline at end of file + NUGET_KEY: ${{ steps.login.outputs.NUGET_API_KEY }}