不要怂,就是干,撸起袖子干!

Commit 98cb17c1 by Sushant

build: skip docs and set correct tag

1 parent 7d22d18e
Showing with 11 additions and 8 deletions
...@@ -67,14 +67,14 @@ jobs: ...@@ -67,14 +67,14 @@ jobs:
node_js: '8' node_js: '8'
script: script:
- npm run semantic-release - npm run semantic-release
before_deploy: # before_deploy:
- npm run docs # - npm run docs
deploy: # deploy:
provider: surge # provider: surge
project: ./esdoc/ # project: ./esdoc/
domain: v4.sequelizejs.com # domain: docs.sequelizejs.com
skip_cleanup: true # skip_cleanup: true
on: v4 # on: v4
stages: stages:
- test - test
......
...@@ -159,5 +159,8 @@ ...@@ -159,5 +159,8 @@
"@semantic-release/npm", "@semantic-release/npm",
"@semantic-release/github" "@semantic-release/github"
] ]
},
"publishConfig": {
"tag": "v4"
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!