We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf037ef commit fe1609eCopy full SHA for fe1609e
1 file changed
.github/workflows/ci.yml
@@ -33,13 +33,6 @@
33
"name": "Checkout",
34
"uses": "actions/checkout@v3.5.0"
35
},
36
- {
37
- "name": "Setup NuGet",
38
- "uses": "nuget/setup-nuget@v1.1.1",
39
- "with": {
40
- "nuget-version": "6.x"
41
- }
42
- },
43
{
44
"name": "Setup .NET SDK",
45
"uses": "actions/setup-dotnet@v3.0.3",
@@ -81,7 +74,7 @@
81
74
82
75
83
76
"name": "Push packages to NuGet",
84
- "run": "dotnet nuget push dist/ --source https://api.nuget.org/v3/index.json --symbol-source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PUSH_KEY }}"
77
+ "run": "dotnet nuget push (Get-Item dist/*.nupkg).FullName --api-key ${{ secrets.NUGET_PUSH_KEY }}"
85
78
}
86
79
]
87
80
0 commit comments