Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo Breuer <[email protected]>
  • Loading branch information
angelobreuer authored Mar 17, 2024
1 parent c5a105a commit 6fef7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ jobs:
- name: Publish NuGet Packages
working-directory: ci
if: matrix.configuration == 'Release'
run: dotnet nuget push --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json **/*.nupkg
run: dotnet nuget push --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate **/*.nupkg
shell: bash

0 comments on commit 6fef7f6

Please sign in to comment.