Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromonaco authored Jan 22, 2025
1 parent 70ab0a9 commit 7b97f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: dir ${{ github.workspace }}\dx-cli\nupkgs

- name: Publish to GitHub Packages
run: dotnet nuget push ${{ github.workspace }}\dx-cli\nupkgs\*.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}
run: dotnet nuget push ${{ github.workspace }}\dx-cli\nupkgs\*.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate

0 comments on commit 7b97f7d

Please sign in to comment.