Skip to content

Commit

Permalink
Verbose and line wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Sep 14, 2023
1 parent b69c083 commit 9f5ad63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ jobs:

- name: Publish ${{ matrix.project }} package
run: |
nuget push **\${{ matrix.project }}.*.nupkg -Source 'https://api.nuget.org/v3/index.json' -NoSymbols -NonInteractive -ApiKey ${{secrets.NUGET_API_KEY}} -SkipDuplicate
nuget push **\${{ matrix.project }}.*.nupkg -Source 'https://api.nuget.org/v3/index.json' \
-NoSymbols -NonInteractive -ApiKey ${{secrets.NUGET_API_KEY}} \
-SkipDuplicate -Verbosity detailed

0 comments on commit 9f5ad63

Please sign in to comment.