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 a4f927a commit a43edb0Copy full SHA for a43edb0
.gitlab-ci.yml
@@ -15,6 +15,6 @@ build:
15
publish:
16
stage: deploy
17
script:
18
- - 'mono /bin/NuGet.exe push ./artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE'
+ - 'mono /bin/NuGet.exe push ./artifacts/**.nupkg -ApiKey $NUGET_KEY'
19
only:
20
- - master
+ - tags
0 commit comments