Skip to content

Commit 988b137

Browse files
test pipeline again
1 parent 975e08e commit 988b137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
run: dotnet test --no-restore --verbosity normal
2222
- name: Nuget
2323
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}}
24+
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

Comments
 (0)