Skip to content

Commit

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

- name: Publish to NuGet.org
run: dotnet nuget push ${{ github.workspace }}\dx-cli\nupkgs\*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push ${{ github.workspace }}\dx-cli\nupkgs\*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate

0 comments on commit b01c687

Please sign in to comment.