Skip to content

Commit 2578166

Browse files
--skip-duplicate
1 parent 3567097 commit 2578166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: dotnet nuget push
3434
env:
3535
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
36-
run: dotnet nuget push src/OneBitSoftware.Slovom/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
36+
run: dotnet nuget push src/OneBitSoftware.Slovom/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)