8000 Trying to resolve screwball error from dotnet nuget push by providing… · UbiquityDotNET/Llvm.NET@2f50c11 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f50c11

Browse files
committed
Trying to resolve screwball error from dotnet nuget push by providing a 'true' value (see:[dotnet issue 4864](NuGet/Home#4864))
1 parent fd59191 commit 2f50c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
NUGET_AUTH_TOKEN: ${{ secrets.nugetpush_access_token }}
6464
DOTNET_CLI_TELEMETRY_OPTOUT: 1
6565
run: |
66-
dir .\BuildOutput\NuGet\*.nupkg | %{dotnet nuget push $_ -k $env:NUGET_AUTH_TOKEN -s 'https://api.nuget.org/v3/index.json' -n }
66+
dir .\BuildOutput\NuGet\*.nupkg | %{dotnet nuget push $_ -k $env:NUGET_AUTH_TOKEN -s 'https://api.nuget.org/v3/index.json' -n true}

0 commit comments

Comments
 (0)
0