Skip to content

Commit

Permalink
chore: Symbol source
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcaneTSGK authored Jul 30, 2024
1 parent 1f5c27a commit b3c0902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: .\artifacts\packages
- name: Push NuGet package on main branch
if: ${{ env.CREATE_RELEASE == 'true' }}
run: dotnet nuget push .\artifacts\packages\ --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_ACTIONS }} --skip-duplicate
run: dotnet nuget push .\artifacts\packages\ --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_ACTIONS }} --symbol-source https://api.nuget.org/v3/index.json --skip-duplicate
- name: Push NuGet package on feature branch
if: ${{ env.CREATE_PRERELEASE == 'true' }}
run: dotnet nuget push .\artifacts\packages\ --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_ACTIONS }} --skip-duplicate
run: dotnet nuget push .\artifacts\packages\ --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_ACTIONS }} --symbol-source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit b3c0902

Please sign in to comment.