fix: List master branch in package.json

This commit is contained in:
Robert Prehn 2021-06-18 20:47:19 -05:00
parent 6180c5bd2d
commit 7edd3d4aa0
2 changed files with 2 additions and 1 deletions

View file

@ -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:

View file

@ -28,6 +28,7 @@
"semantic-release": "^17.4.4"
},
"release": {
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer"
],