Skip to content

Commit 35fbafe

Browse files
committed
trying travis release
1 parent f1c173c commit 35fbafe

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
@@ -24,7 +24,7 @@ script:
2424

2525
before_deploy:
2626
- export TRAVIS_TAG=${TRAVIS_TAG:-$(node -p "require('./package.json').version")-$(date +'%Y.%m.%d')-$(git log --format=%h -1)}
27-
- [[ ! -e dist ]] && git tag ${TRAVIS_TAG}
27+
- "[[ ! -e dist ]] && git tag ${TRAVIS_TAG}"
2828
- git describe --tags
2929
- npm run build
3030
- export PACKAGE=$(npm pack --silent)

0 commit comments

Comments
 (0)