Skip to content

Commit 9b08680

Browse files
authored
Disable publishing (for now)
1 parent ccb4b30 commit 9b08680

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish_winuiex_nuget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
with:
4242
user: ${{ secrets.NUGET_USER }}
4343

44-
- name: Push to NuGet
45-
run: |
46-
dotnet nuget push artifacts\NuGet\Release\*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
44+
#- name: Push to NuGet
45+
# run: |
46+
# dotnet nuget push artifacts\NuGet\Release\*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)