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 261e780 commit 83d2edeCopy full SHA for 83d2ede
.github/workflows/release.yml
@@ -15,5 +15,5 @@ jobs:
15
- name: Build solution
16
run: dotnet build --output build
17
- name: Publish NuGet package
18
- run: dotnet nuget push "build/*.nupkg" --skip-duplicate --source nuget.org
+ run: dotnet nuget push "build/*.nupkg" --skip-duplicate --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }}
19
0 commit comments