Skip to content

Commit 9803074

Browse files
committed
re-enable publishing
1 parent 110166c commit 9803074

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
@@ -68,6 +68,6 @@ jobs:
6868
with:
6969
user: ${{ secrets.NUGET_USER }}
7070

71-
# - name: Push to NuGet
72-
# run: |
73-
# dotnet nuget push artifacts\NuGet\Release\*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
71+
- name: Push to NuGet
72+
run: |
73+
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)