Skip to content

Commit e1c940d

Browse files
authored
Update nugetGallery.yml
1 parent 66280f4 commit e1c940d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/nugetGallery.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
- name: Install NuGet client
2222
uses: nuget/setup-nuget@v1
2323

24-
- name: Add private GitHub registry to NuGet
25-
run: nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/Code-Sharp/index.json -Username Code-Sharp -Password ${{ secrets.GITHUB_TOKEN }}
26-
27-
- name: Push generated package to GitHub registry
24+
- name: Push generated package to NuGet Gallery
2825
run: |
2926
cd src\netstandard\
3027
nuget push .\out\*.nupkg -SkipDuplicate -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_TOKEN }} -NoSymbols

0 commit comments

Comments
 (0)