Skip to content

Commit

Permalink
Update publish_winuiex_nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten authored Jan 7, 2022
1 parent cbefd84 commit 9a70938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_winuiex_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
name: NuGet Packages
path: artifacts/NuGet/Release

# - name: Push to NuGet
# 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 comments on commit 9a70938

Please sign in to comment.