diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 0d5044d..4bed956 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -22,4 +22,4 @@ jobs: shell: cmd run: | :: 把生成的nuget包发布到nuget中 - nuget push Output\MINT.nupkg -ApiKey ${{ secrets.NUGET_TOKEN }} -Source https://api.nuget.org/v3/index.json + nuget push Output\MINT.nupkg -ApiKey ${{ secrets.CHUYUTEAMNUGETKEY }} -Source https://api.nuget.org/v3/index.json