We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f413efc commit 9d2f695Copy full SHA for 9d2f695
.github/workflows/release.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Create NuGet Package
21
run: dotnet pack -c Release -o . /p:Version=${{ github.event.release.tag_name }} /p:PackageReleaseNotes="See https://github.com/buvinghausen/SequentialGuid/releases/tag/${{ github.event.release.tag_name }}"
22
- name: Publish NuGet Package
23
- run: dotnet nuget push *.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push *.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments