Skip to content

Commit b917e30

Browse files
committed
chore: Simplify semantic release automation
1 parent c5d828d commit b917e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ node_js:
1010
- '8'
1111
- '6'
1212
after_success:
13-
- npm run travis-deploy-once "npm run semantic-release"
13+
- npx semantic-release
1414
branches:
1515
except:
1616
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)