File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ node_js:
55before_install :
66 # Create a master branch for commitlint
77 # https://github.com/conventional-changelog/commitlint/issues/6
8- - git remote set-branches origin master && git fetch
8+ - git remote set-branches origin master && git fetch
99jobs :
10- include :
11- # Define the release stage that runs semantic-release
12- - stage : release
13- node_js :
14- - 10
15- - 12
16- deploy :
17- on :
18- branch : master
19- provider : script
20- skip_cleanup : true
21- script :
22- - npx semantic-release
10+ include :
11+ # Define the release stage that runs semantic-release
12+ - stage : release
13+ node_js :
14+ - 10
15+ - 12
16+ deploy :
17+ on :
18+ branch : master
19+ provider : script
20+ skip_cleanup : true
21+ script :
22+ - npx semantic-release
You can’t perform that action at this time.
0 commit comments