Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masonyc authored Apr 25, 2020
1 parent 5bb94de commit f9d0a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
path: scr/Xamarin.KeyboardHelper/bin/Debug/

- name: Push generated package to GitHub registry
run: nuget push scr/Xamarin.KeyboardHelper/bin/Debug/*.nupkg -Source "GitHub" -SkipDuplicate
run: nuget push scr/Xamarin.KeyboardHelper/bin/Debug/*.nupkg -Source "GitHub" -SkipDuplicate -NoSymbols

- name: Push generated package to nuget registry
run: nuget push scr/Xamarin.KeyboardHelper/bin/Debug/*.nupkg -source https://api.nuget.org/v3/index.json -SkipDuplicate
run: nuget push scr/Xamarin.KeyboardHelper/bin/Debug/*.nupkg -source https://api.nuget.org/v3/index.json -SkipDuplicate -NoSymbols

0 comments on commit f9d0a00

Please sign in to comment.