diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index aac894a..024bbab 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -52,4 +52,4 @@ jobs: run: dotnet pack -c Release -o . $env:Source_Project_Path - name: Publish - run: dotnet nuget push *.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json \ No newline at end of file + run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} -source https://api.nuget.org/v3/index.json --skip-duplicate \ No newline at end of file