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
|
||||
- npm install --no-save
|
||||
- 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
|
||||
artifacts:
|
||||
reports:
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
"semantic-release": "^17.4.4"
|
||||
},
|
||||
"release": {
|
||||
"branches": ["master"],
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue