Skip to content

Commit

Permalink
Enable push step
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpursley committed Apr 16, 2024
1 parent f9a4d07 commit 362b66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
with:
dotnet-version: '8.0.x'

# - name: Push
# run: dotnet nuget push "out/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
- name: Push
run: dotnet nuget push "out/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 362b66a

Please sign in to comment.