Skip to content

Commit 605f6d4

Browse files
committed
CI: skip duplicates during nuget push
1 parent bc4c7e2 commit 605f6d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
if: startsWith(github.ref, 'refs/tags/')
101101
run: |
102102
cd out
103-
dotnet nuget push "*.nupkg" -k "$env:API_KEY"
103+
dotnet nuget push "*.nupkg" -k "$env:API_KEY" --skip-duplicate
104104
shell: pwsh
105105
env:
106106
API_KEY: ${{ secrets.NUGET_ORG_API_KEY }}

0 commit comments

Comments
 (0)