We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dc58d commit 9b9dfd3Copy full SHA for 9b9dfd3
.github/workflows/publish.yml
@@ -28,5 +28,5 @@ jobs:
28
run: dotnet pack ./src/${{ env.ProjectName }}/${{ env.ProjectName }}.csproj --configuration Release --output ./nupkg
29
30
- name: 🚀 Publish to NuGet.org
31
- run: dotnet nuget push ./nupkg/*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NuGet_Test_API_Key }} #
+ run: dotnet nuget push ./nupkg/*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NuGet_API_Key }} #
32
0 commit comments