Skip to content

Commit

Permalink
Merge pull request #18 from Timothy-LiuXuefeng/master
Browse files Browse the repository at this point in the history
ci: publish to nuget.org
  • Loading branch information
Timothy-Liuxf authored Mar 7, 2022
2 parents 2782b29 + 5bce6e9 commit 2772320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Pack package
run: dotnet pack "./CSharp/FrameRateTask/FrameRateTask.csproj" -c Release
- name: Push nuget package
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 comments on commit 2772320

Please sign in to comment.