Skip to content

Commit

Permalink
why oh why
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGosselin committed May 25, 2020
1 parent c6e550d commit ee07cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Push to nuget.org
env:
NUGET_APIKEY: ${{ secrets.NUGET_APIKEY }}
run: dotnet nuget push "src/AspNetCore.TypedActionResults/bin/Release/*.nupkg" -s https://api.nuget.org/v3/index.json -k $env:NUGET_APIKEY
run: echo dotnet nuget push "src/AspNetCore.TypedActionResults/bin/Release/*.nupkg" -s https://api.nuget.org/v3/index.json -k $env:NUGET_APIKEY

0 comments on commit ee07cc3

Please sign in to comment.