Skip to content

Commit 5e4158b

Browse files
committed
Merge branch 'releases/9.7.x'
2 parents e118a23 + 605f6d4 commit 5e4158b

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
@@ -99,7 +99,7 @@ jobs:
9999
if: startsWith(github.ref, 'refs/tags/')
100100
run: |
101101
cd out
102-
dotnet nuget push "*.nupkg" -k "$env:API_KEY"
102+
dotnet nuget push "*.nupkg" -k "$env:API_KEY" --skip-duplicate
103103
shell: pwsh
104104
env:
105105
API_KEY: ${{ secrets.NUGET_ORG_API_KEY }}

0 commit comments

Comments
 (0)