Skip to content

Commit 09ec085

Browse files
authored
Merge pull request #3 from lifechurch/semantic-release
ci: Updates to CI
2 parents cb6762d + 8a86190 commit 09ec085

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ test:
3030

3131
release:
3232
stage: release
33+
variables:
34+
GH_TOKEN: $GH_TOKEN
35+
NPM_TOKEN: $NPM_TOKEN
3336
script:
3437
- yarn install --pure-lockfile
3538
- yarn build
36-
- yarn semantic-release GH_TOKEN=$GH_TOKEN NPM_TOKEN=$NPM_TOKEN
39+
- yarn semantic-release
3740
only:
3841
- master
3942

.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)