Skip to content

Commit 4a5f7e3

Browse files
committed
Fixed issue with workflow.
1 parent 54d7717 commit 4a5f7e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,4 @@ jobs:
7373
-c Release /p:Version=$VERSION --output ./nupkg
7474
7575
- name: Publish to NuGet.org
76-
run: dotnet nuget push "./nupkg/*.nupkg" \
77-
--api-key "${{ secrets.NUGET_API_KEY }}" \
78-
--source https://api.nuget.org/v3/index.json
76+
run: dotnet nuget push "./nupkg/*.nupkg" --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)