Skip to content

Commit

Permalink
Restore nuget push (removed for testing purposes) (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkStega authored Jan 20, 2023
1 parent df64d25 commit 22e51d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GithubActionsRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- name: Display HttpSecurity.AspNet package output Ꙫ
run: dir ${{env.outputCSFB}}

#- name: Upload Package 🚀
# run: dotnet nuget push ${{env.outputCSFB}}\*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
- name: Upload Package 🚀
run: dotnet nuget push ${{env.outputCSFB}}\*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json


############################################################################################################
Expand Down

0 comments on commit 22e51d3

Please sign in to comment.