Skip to content

Commit 99f7982

Browse files
fix(actions): correct publish workflow for NuGet package
1 parent 23ed202 commit 99f7982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Publish to NuGet
4141
env:
4242
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
43-
run: dotnet nuget push ./output/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
43+
run: dotnet nuget push ./output/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
4444

4545
- name: Create GitHub Release
4646
id: create_release

0 commit comments

Comments
 (0)