Skip to content

Commit

Permalink
Temp --skip-duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
jerone committed Aug 18, 2024
1 parent 60cdd5a commit 9631b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
path: ${{ env.NuGetDirectory }}

- name: Publish NuGet package
run: dotnet nuget push ${{ env.NuGetDirectory }}/*.nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push ${{ env.NuGetDirectory }}/*.nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate

release:
name: Create release on GitHub
Expand Down

0 comments on commit 9631b1c

Please sign in to comment.