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 fbd1d41 commit 1c11ab7Copy full SHA for 1c11ab7
.github/workflows/release.yml
@@ -30,4 +30,6 @@ jobs:
30
- name: Publish to NuGet
31
env:
32
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
33
- run: dotnet nuget push ./Backtrace.${{ github.ref_name }}.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
+ run: |
34
+ ls
35
+ dotnet nuget push Backtrace.${{ github.ref_name }}.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
0 commit comments