We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561d312 commit 6075e7aCopy full SHA for 6075e7a
.github/workflows/release.yml
@@ -21,8 +21,8 @@ jobs:
21
- name: Pack nugets
22
run: dotnet pack -c Release --no-build --output .
23
24
- # - name: Push to NuGet
25
- # run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
+ - name: Push to NuGet
+ run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
26
27
- name: Push to Github NuGet registry
28
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.GITHUB_TOKEN}} --source https://nuget.pkg.github.com/HypeRate/index.json
0 commit comments