Skip to content

Commit

Permalink
换用组织下的密钥可以有更高的权限
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Aug 26, 2024
1 parent 4a668e0 commit 5e7a1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Generate NuGet package
run: dotnet pack -c Release --no-build -o ./bin/Release/
- name: Publish to NuGet
run: dotnet nuget push ./bin/Release/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"
run: dotnet nuget push ./bin/Release/*.nupkg --api-key ${{ secrets.NUGETKEY }} --source "https://api.nuget.org/v3/index.json"

0 comments on commit 5e7a1cb

Please sign in to comment.