chmod +x ./scripts/release.sh

This commit is contained in:
yushijinhun 2019-03-18 10:34:26 +08:00
parent ae38c4d391
commit 0e58460d21
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
2 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ before_deploy:
- node -v
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
- export PATH="$HOME/.yarn/bin:$PATH"
- chmod +x ./scripts/release.sh
- RELEASE_TAG=$TRAVIS_TAG ./scripts/release.sh
deploy:

0
scripts/release.sh Normal file → Executable file
View File