Update .gitlab-ci.yml file
This commit is contained in:
@@ -43,7 +43,8 @@ release:
|
|||||||
script:
|
script:
|
||||||
- touch CHANGELOG.md
|
- touch CHANGELOG.md
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
- git config -l
|
- git config user.email "ci-bot@evanshome.io"
|
||||||
|
- git config user.name "ci-bot"
|
||||||
- npm install @semantic-release/gitlab@12.1.1 @semantic-release/changelog@6.0.3
|
- npm install @semantic-release/gitlab@12.1.1 @semantic-release/changelog@6.0.3
|
||||||
@semantic-release/git@10.0.1 conventional-changelog-eslint@5.0.0
|
@semantic-release/git@10.0.1 conventional-changelog-eslint@5.0.0
|
||||||
- npx semantic-release
|
- npx semantic-release
|
||||||
|
|||||||
Reference in New Issue
Block a user