Skip to content

Commit

Permalink
added --skip-duplicate to CD action
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Pilgaard Grøndahl committed Aug 24, 2023
1 parent b42155d commit 6f2d62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backgroundjobs_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: dotnet pack ./src/Pilgaard.BackgroundJobs/Pilgaard.BackgroundJobs.csproj -c Release --no-build --no-restore --include-source

- name: Push Nugets
run: dotnet nuget push "**/*.nupkg" --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push "**/*.nupkg" --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate

0 comments on commit 6f2d62b

Please sign in to comment.