diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5a409cd..ed76700 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,4 +23,4 @@ jobs: - name: Pack NuGet run: dotnet pack -c Release --no-build --output . - name: Push NuGet - run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json + run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGETAPIKEY}} --source https://api.nuget.org/v3/index.json