Skip to content

Commit 9edf70b

Browse files
committed
Don't try to push symbols
1 parent 5fadb0d commit 9edf70b

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 -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
22+
run: dotnet nuget push src\SharpWebview\bin\Release\*.nupkg -n -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)