Skip to content

Commit

Permalink
nuget push with symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Dec 22, 2024
1 parent 2c578b4 commit e36cd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.release.tag_name }}
- name: Publish to Nuget.org
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

update-nightly:
needs: [build-test-push, activity-short-circuit]
Expand Down

0 comments on commit e36cd68

Please sign in to comment.