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 975e08e commit 988b137Copy full SHA for 988b137
.github/workflows/action.yml
@@ -21,4 +21,4 @@ jobs:
21
run: dotnet test --no-restore --verbosity normal
22
- name: Nuget
23
if: startsWith(github.ref, 'refs/heads/main')
24
- run: nuget push ./CodeQualityToGitlab/nupkg/CodeQualityToGitlab.*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
+ run: dotnet nuget push ./CodeQualityToGitlab/nupkg/CodeQualityToGitlab.*.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_API_KEY}}
0 commit comments