Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit f310316

Browse files
authored
skip duplicates
1 parent bb7b377 commit f310316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ jobs:
146146
done
147147

148148
- name: Publish NuGet package on nuget.org
149-
run: dotnet nuget push ./nuget/*.nupkg --api-key "${{ secrets.NUGET_API_KEY }}"
149+
run: dotnet nuget push ./nuget/*.nupkg --api-key "${{ secrets.NUGET_API_KEY }}" --skip-duplicate

0 commit comments

Comments
 (0)