Skip to content

Commit e3f39aa

Browse files
committed
Add push bugfix workaround
1 parent a60c816 commit e3f39aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Package nuget
2020
run: dotnet pack src\SharpWebview\SharpWebview.csproj --configuration Release
2121
- name: Push nuget
22-
run: dotnet nuget push src\SharpWebview\bin\Release\*.nupkg -n -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
22+
run: dotnet nuget push src\SharpWebview\bin\Release\*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true

0 commit comments

Comments
 (0)