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 ff2172b commit 76eac43Copy full SHA for 76eac43
.github/workflows/dotnet.yml
@@ -38,5 +38,5 @@ jobs:
38
run: dotnet test --no-build --verbosity normal --filter "TestCategory!=Integration"
39
- name: Publish
40
if: startsWith(github.ref, 'refs/heads/release')
41
- run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
+ run: dotnet nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
42
0 commit comments