Skip to content

Commit dcbe0e7

Browse files
ci: skip duplicate packages
1 parent 2b9b370 commit dcbe0e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet pack -c Release -p:Version=${{ github.event.release.tag_name }} -o bin/release
3535

3636
- name: Push Packages
37-
run: dotnet nuget push 'bin\release\*.*' --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
37+
run: dotnet nuget push 'bin\release\*.*' --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
3838

3939
- name: Update release
4040
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)