Skip to content

Commit 6454ce3

Browse files
authored
Remove flag to not publish symbols (#5)
* Remove --no-symbols true
1 parent 57a793d commit 6454ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_NuGet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Publish the package to NuGet
2222
env:
2323
NUGET_AUTH_TOKEN: ${{secrets.NUGET_AUTH_TOKEN}}
24-
run: dotnet nuget push Release/*.nupkg --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json -k ${NUGET_AUTH_TOKEN}
24+
run: dotnet nuget push Release/*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json -k ${NUGET_AUTH_TOKEN}

0 commit comments

Comments
 (0)