We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590b226 commit c2d9309Copy full SHA for c2d9309
1 file changed
.github/workflows/publish.yml
@@ -35,4 +35,4 @@ jobs:
35
run: dotnet pack --no-build -p:IncludeSymbols=false -p:PackageVersion="${{ github.event.inputs.version }}" -c Release Basic.Reference.Assemblies.NetStandard20/Basic.Reference.Assemblies.NetStandard20.csproj -o .
36
37
- name: Publish NuPkg Files
38
- run: dotnet nuget push -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --no-symbols **/*.nupkg
+ run: dotnet nuget push "*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --no-symbols
0 commit comments