diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee5acee..6fc755d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -345,7 +345,7 @@ jobs: - name: NuGet Push shell: pwsh run: | - dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_ORG_API_KEY }}" + dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_ORG_API_KEY }}" --skip-duplicate publish_prod: name: Publish Production @@ -373,7 +373,7 @@ jobs: - name: NuGet Push shell: pwsh run: | - dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_ORG_API_KEY }}" + dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_ORG_API_KEY }}" --skip-duplicate - name: Tag Release uses: ./.github/workflows/actions/tag-release