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

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:
node_js: '8'
script:
- npm run semantic-release
before_deploy:
- npm run docs
deploy:
provider: surge
project: ./esdoc/
domain: v4.sequelizejs.com
skip_cleanup: true
on: v4
# before_deploy:
# - npm run docs
# deploy:
# provider: surge
# project: ./esdoc/
# domain: docs.sequelizejs.com
# skip_cleanup: true
# on: v4
stages:
- test
......
......@@ -159,5 +159,8 @@
"@semantic-release/npm",
"@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!