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 31c5bea commit 609a1dbCopy full SHA for 609a1db
.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