Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
--skip-duplicate
  • Loading branch information
kirill-abblix authored Mar 27, 2024
1 parent 8d59c58 commit ae141d1
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 @@ -24,5 +24,5 @@ jobs:
- name: Pack
run: dotnet pack --no-build -c Release -o nupkg
- name: Push to NuGet
run: dotnet nuget push **/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push **/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
if: github.ref == 'refs/heads/master'

0 comments on commit ae141d1

Please sign in to comment.