Skip to content

Commit

Permalink
cmd change
Browse files Browse the repository at this point in the history
  • Loading branch information
John Chavez committed Jan 30, 2020
1 parent 14d34de commit 98ce156
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
run: dotnet build --configuration Release
- name: Pack with nuget
run: .\.nuget\nuget pack -Properties Configuration=Release
- name: Display key
run: echo This is a test %NUGET_KEY% %DOTNET_ROOT%
env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
- name: Push to Nuget with dotnet
run: dotnet nuget push Bandwidth.Iris.*.nupkg -s nuget.org -k %NUGET_KEY%
shell: cmd
env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}

0 comments on commit 98ce156

Please sign in to comment.