Skip to content

Commit 95cb863

Browse files
committed
ci: install semantic-release-gitlab
1 parent 9d8b248 commit 95cb863

File tree

3 files changed

+543
-13
lines changed

3 files changed

+543
-13
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test-build:
4343
semantic-release:
4444
stage: publish
4545
script:
46-
- yarn semantic-release
46+
- $(yarn bin)/semantic-release-gitlab
4747
only:
4848
- master
4949

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"sass-loader": "^7.1.0",
7272
"selenium-webdriver": "^4.0.0-alpha.1",
7373
"semantic-release": "^15.13.3",
74+
"semantic-release-gitlab": "^8.0.1",
7475
"should": "^13.2.3",
7576
"should-sinon": "0.0.6",
7677
"sinon": "^7.3.1",

0 commit comments

Comments
 (0)