We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55502f7 commit 335a104Copy full SHA for 335a104
.github/workflows/release.yml
@@ -33,4 +33,4 @@ jobs:
33
- name: Publish to NuGet
34
env:
35
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
36
- run: dotnet nuget push ./output/Backtrace${{ github.ref_name }}.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./output/Backtrace.${{ github.ref_name }}.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
0 commit comments