Skip to content

Commit 9e75982

Browse files
committed
Remove --skip-duplicate arg
1 parent 5fb0e49 commit 9e75982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/nuget-pack/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ runs:
1919
shell: bash
2020
- name: Push to NuGet (Release)
2121
run: if ${{ inputs.nuget_push == 'true' }}; then
22-
dotnet nuget push *.nupkg --skip-duplicate --api-key ${{ inputs.nuget_key }} --source https://api.nuget.org/v3/index.json;
22+
dotnet nuget push *.nupkg --api-key ${{ inputs.nuget_key }} --source https://api.nuget.org/v3/index.json;
2323
fi
2424
shell: bash

0 commit comments

Comments
 (0)