Skip to content

Commit 83d2ede

Browse files
committed
Add key
1 parent 261e780 commit 83d2ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- name: Build solution
1616
run: dotnet build --output build
1717
- name: Publish NuGet package
18-
run: dotnet nuget push "build/*.nupkg" --skip-duplicate --source nuget.org
18+
run: dotnet nuget push "build/*.nupkg" --skip-duplicate --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }}
1919

0 commit comments

Comments
 (0)