Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit c195751

Browse files
Update publish_nuget.yml
1 parent cd13335 commit c195751

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
nuget-api-key: ${{ secrets.NUGET_API_KEY }} # Replace with your NuGet API key
3535

3636
- name: Publish NuGet package
37-
run: dotnet nuget push src/SpeedTestSharp/bin/Release/*.nupkg --skip-duplicate --source https://www.nuget.org/packages/SuchByte.SpeedTestSharp
37+
run: dotnet nuget push src/SpeedTestSharp/bin/Release/*.nupkg --skip-duplicate --source https://www.nuget.org/packages/SuchByte.SpeedTestSharp -k ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)