Skip to content

Commit

Permalink
--skip-duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-brazhenko committed Mar 28, 2023
1 parent 96124a7 commit def240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Push NuGet Package
run: |
$packagePath = "./output/SharpToken.${{ steps.calculate_version.outputs.version }}.nupkg"
dotnet nuget push $packagePath --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
dotnet nuget push $packagePath --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit def240a

Please sign in to comment.