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

Commit 3c5ffa4

Browse files
authored
Update release.yml
Correct release.yml
1 parent 6793b36 commit 3c5ffa4

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
@@ -41,4 +41,4 @@ jobs:
4141
name: nuget-packages
4242
path: "**/*.nupkg"
4343
- name: Publish the package to NuGet.Org
44-
run: dotnet nuget push "**/*.nupkg" -s -s https://api.nuget.org/v3/index.json -k ${{ secrets.PUBLISH_NUGET_ORG }} --skip-duplicate
44+
run: dotnet nuget push "**/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.PUBLISH_NUGET_ORG }} --skip-duplicate

0 commit comments

Comments
 (0)