fix(ci): add gitlab ci detection

This commit is contained in:
Nightapes
2019-09-15 20:13:17 +02:00
parent 38e4c178ee
commit ee1dc3d8db
6 changed files with 52 additions and 6 deletions

View File

@@ -71,6 +71,8 @@ At the moment we support releases to gitlab and github.
##### Github
You need to set the env `GITHUB_TOKEN` with an access token.
```yml
release: 'github'
github:
@@ -82,6 +84,9 @@ github:
##### Gitlab
You need to set the env `GITLAB_ACCESS_TOKEN` with an personal access token.
```yml
release: 'gitlab'
gitlab: