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 cbefd84 commit 9a70938Copy full SHA for 9a70938
1 file changed
.github/workflows/publish_winuiex_nuget.yml
@@ -35,5 +35,5 @@ jobs:
35
name: NuGet Packages
36
path: artifacts/NuGet/Release
37
38
- # - name: Push to NuGet
39
- # run: dotnet nuget push artifacts\NuGet\Release\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
+ - name: Push to NuGet
+ run: dotnet nuget push artifacts\NuGet\Release\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
0 commit comments