Skip to content

Commit

Permalink
Put back —skip-duplicate to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Jun 6, 2020
1 parent c6c00a7 commit 1e475aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:

# Push to NuGet
- name: Push generated package to GitHub registry
run: dotnet nuget push '**/Piranha*.nupkg' -k ${{ secrets.NugetAuthToken }}
run: dotnet nuget push '**/Piranha*.nupkg' --skip-duplicate -k ${{ secrets.NugetAuthToken }}

0 comments on commit 1e475aa

Please sign in to comment.