chore(ci): changelog publish fix
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- if: branch = master
|
||||
os: osx
|
||||
osx_image: xcode9.0
|
||||
language: node_js
|
||||
@ -21,4 +20,7 @@ deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
script:
|
||||
- npx travis-deploy-once "npx semantic-release@13"
|
||||
- npx travis-deploy-once "npx semantic-release@13"
|
||||
on:
|
||||
tags: true
|
||||
branch: master
|
||||
|
Reference in New Issue
Block a user