Skip to content

Commit

Permalink
Skip duplicate on publish (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
einarmo authored Sep 14, 2023
1 parent 5e0868f commit a2e6db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
path-to-binary: 'nuget-packages/'

- name: Push nuget packages
run: dotnet nuget push .\nuget-packages\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push .\nuget-packages\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
continue-on-error: false

- name: Create Release
Expand Down

0 comments on commit a2e6db4

Please sign in to comment.