Skip to content

Commit

Permalink
Revert "尝试修复推送 NuGet 失败"
Browse files Browse the repository at this point in the history
This reverts commit e458a2a.
  • Loading branch information
lindexi committed Jan 13, 2023
1 parent e458a2a commit 43bd2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
- name: Push generated package to GitHub registry
run: |
nuget push .\bin\Release\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }}
nuget push .\bin\Release\*.nupkg -Source github -SkipDuplicate
nuget push .\bin\Release\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }}

0 comments on commit 43bd2f1

Please sign in to comment.