Skip to content

Commit c6d9546

Browse files
authored
Fixed build.yml
See: NuGet/Home#11601
1 parent 9cb2bc3 commit c6d9546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ jobs:
8686
run: |
8787
for f in ./nupkg/*.nupkg
8888
do
89-
dotnet nuget push $f --source $GITHUB_FEED --api-key ${{github.token}} --skip-duplicate --no-symbols true
89+
dotnet nuget push $f --source $GITHUB_FEED --api-key ${{github.token}} --skip-duplicate --no-symbols
9090
done

0 commit comments

Comments
 (0)