Skip to content

Commit a43edb0

Browse files
committed
fix(ci): only push on tags
1 parent a4f927a commit a43edb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ build:
1515
publish:
1616
stage: deploy
1717
script:
18-
- 'mono /bin/NuGet.exe push ./artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE'
18+
- 'mono /bin/NuGet.exe push ./artifacts/**.nupkg -ApiKey $NUGET_KEY'
1919
only:
20-
- master
20+
- tags

0 commit comments

Comments
 (0)