Skip to content

Commit

Permalink
Enable NuGet push step
Browse files Browse the repository at this point in the history
  • Loading branch information
mclift committed Oct 10, 2022
1 parent 25fc564 commit aee9d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
name: package
path: package/*

#- name: NuGet push
# run: dotnet nuget push ./package/*.nupkg -s nuget.org --api-key ${{ secrets.NUGET_API_KEY }}
- name: NuGet push
run: dotnet nuget push ./package/*.nupkg -s nuget.org --api-key ${{ secrets.NUGET_API_KEY }}

0 comments on commit aee9d3e

Please sign in to comment.