Skip to content

Commit fbe5256

Browse files
committed
Trying again to fix build
1 parent 5faa67b commit fbe5256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nugetGallery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Push generated package to NuGet gallery
2626
run: |
2727
cd src\netstandard
28-
nuget push .\out\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NUGET_TOKEN }}
28+
dotnet nuget push .\out\*.nupkg --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }}
2929
3030
- name: Add private GitHub registry to NuGet
3131
run: nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/Code-Sharp/index.json -Username Code-Sharp -Password ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)