diff options
-rw-r--r-- | .github/workflows/dotnet.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e706147..106d92c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -79,4 +79,4 @@ jobs: run: dotnet build --configuration Release --no-restore -p:SymbolPackageFormat=snupkg - name: Publish the package run: | - dotnet nuget push src/bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json + dotnet nuget push src/bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }} |