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 286a72d commit d63de25Copy full SHA for d63de25
.github/workflows/release.yml
@@ -35,4 +35,5 @@ jobs:
35
artifacts/*.snupkg
36
37
- name: Publish to nuget.org
38
- run: nuget push artifacts\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
+ run: |
39
+ nuget push artifacts\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{ secrets.NUGET_API_KEY }}
0 commit comments