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

Commit 5134e32

Browse files
committed
--skip-duplicate
1 parent b5bcaf8 commit 5134e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
for f in ./nuget/*.nupkg
104104
do
105105
echo $f
106-
dotnet nuget push $f --source "github"
106+
dotnet nuget push $f --source "github" --skip-duplicate
107107
done
108108

109109
publish:
@@ -142,7 +142,7 @@ jobs:
142142
143143
for f in ./nuget/*.nupkg
144144
do
145-
dotnet nuget push $f --source "github"
145+
dotnet nuget push $f --source "github" --skip-duplicate
146146
done
147147

148148
- name: Publish NuGet package on nuget.org

0 commit comments

Comments
 (0)