Skip to content

Commit

Permalink
skip duplicates when pushing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daveboster committed Nov 25, 2023
1 parent 299f246 commit 8ed54a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tasks-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Push package to GitHub packages
shell: pwsh
run: |
dotnet nuget push ./packaging/${{ steps.create-nuget-package.outputs.package_filename }} --api-key ${{ secrets.PACKAGE_TOKEN }} --source "github"
dotnet nuget push ./packaging/${{ steps.create-nuget-package.outputs.package_filename }} --api-key ${{ secrets.PACKAGE_TOKEN }} --source "github" --skip-duplicate
# - name: Create a Zip package 🐙
Expand Down

0 comments on commit 8ed54a4

Please sign in to comment.