Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
KSemenenko committed Oct 14, 2022
1 parent da01397 commit 38376ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
shopt -s globstar
for file in **/*.nupkg
do
dotnet nuget push "$file" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
done
dotnet nuget push "$file" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
done

0 comments on commit 38376ff

Please sign in to comment.