fix: List master branch in package.json
This commit is contained in:
parent
6180c5bd2d
commit
7edd3d4aa0
2 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,7 @@ deploy_to_tags:
|
||||||
- git config user.name $GITLAB_USER_NAME
|
- git config user.name $GITLAB_USER_NAME
|
||||||
- npm install --no-save
|
- npm install --no-save
|
||||||
- git status
|
- git status
|
||||||
- npx semantic-release --repository-url=$CI_REPOSITORY_URL --branches master
|
- npx semantic-release --repository-url=$CI_REPOSITORY_URL --branches=master
|
||||||
- script/generate-build-version
|
- script/generate-build-version
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
"semantic-release": "^17.4.4"
|
"semantic-release": "^17.4.4"
|
||||||
},
|
},
|
||||||
"release": {
|
"release": {
|
||||||
|
"branches": ["master"],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@semantic-release/commit-analyzer"
|
"@semantic-release/commit-analyzer"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue