Skip to content

Commit 9631b1c

Browse files
committed
Temp --skip-duplicate
1 parent 60cdd5a commit 9631b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
path: ${{ env.NuGetDirectory }}
102102

103103
- name: Publish NuGet package
104-
run: dotnet nuget push ${{ env.NuGetDirectory }}/*.nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json
104+
run: dotnet nuget push ${{ env.NuGetDirectory }}/*.nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
105105

106106
release:
107107
name: Create release on GitHub

0 commit comments

Comments
 (0)