Skip to content

Commit 38376ff

Browse files
committed
push
1 parent da01397 commit 38376ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
shopt -s globstar
3232
for file in **/*.nupkg
3333
do
34-
dotnet nuget push "$file" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
35-
done
34+
dotnet nuget push "$file" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
35+
done

0 commit comments

Comments
 (0)