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.
2 parents 2782b29 + 5bce6e9 commit 2772320Copy full SHA for 2772320
1 file changed
.github/workflows/publish.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Pack package
21
run: dotnet pack "./CSharp/FrameRateTask/FrameRateTask.csproj" -c Release
22
- name: Push nuget package
23
- run: dotnet nuget push "./CSharp/FrameRateTask/bin/Release/*.nupkg" --api-key ${{ secrets.PUBLISH_NUGET_GITHUB_PAT }} --source "github"
+ run: dotnet nuget push "./CSharp/FrameRateTask/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_KEY }} --source "https://api.nuget.org/v3/index.json"
0 commit comments