Skip to content

Commit 23aa094

Browse files
chore(build): print release on travis
1 parent 1f17458 commit 23aa094

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
@@ -36,7 +36,7 @@ after_success:
3636
if [[ $TRAVIS_BRANCH == 'master' || $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
3737
printf "//registry.npmjs.org/:_authToken=$NPM_TOKEN\n" > ~/.npmrc
3838
npm install --no-save [email protected]
39-
npm run release -- --no-parallel
39+
npm run release -- --no-parallel --print-release
4040
fi
4141
if [[ $TRAVIS_BRANCH == 'master' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
4242
npm install --no-save vsce

0 commit comments

Comments
 (0)