Skip to content

Commit bdf3960

Browse files
committed
skip duplicate nuget
1 parent a4b9d52 commit bdf3960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: Pack
1515
run: dotnet pack CSharpAPI.csproj -c Release -o ./nupkg
1616
- name: Push to NuGet Packages
17-
run: dotnet nuget push "./nupkg/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"
17+
run: dotnet nuget push "./nupkg/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json" --skip-duplicate

0 commit comments

Comments
 (0)