Skip to content

Commit 2772320

Browse files
Merge pull request #18 from Timothy-LiuXuefeng/master
ci: publish to nuget.org
2 parents 2782b29 + 5bce6e9 commit 2772320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Pack package
2121
run: dotnet pack "./CSharp/FrameRateTask/FrameRateTask.csproj" -c Release
2222
- name: Push nuget package
23-
run: dotnet nuget push "./CSharp/FrameRateTask/bin/Release/*.nupkg" --api-key ${{ secrets.PUBLISH_NUGET_GITHUB_PAT }} --source "github"
23+
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

Comments
 (0)