Skip to content

Commit 107ebde

Browse files
committed
Another attempt
1 parent fbe5256 commit 107ebde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nugetGallery.yml

+1-1
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-
dotnet nuget push .\out\*.nupkg --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }}
28+
dotnet nuget push .\out\*.nupkg --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }} -n true
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)