Set Bintray version to be the same as the in app version
This is needed for Homebrew Cask.
This commit is contained in:
parent
aaf4189c03
commit
11a4d37c37
|
@ -20,7 +20,7 @@ script:
|
|||
|
||||
before_deploy:
|
||||
- mv ${DEPLOY_DIR}/bin/spectral.dmg ./
|
||||
- sed -i -e "s/TRAVIS_BUILD_NUMBER/$(git rev-list --count HEAD)/g" .ci/bintray-release.json
|
||||
- sed -i -e "s/TRAVIS_BUILD_NUMBER/0.0.0.$(git rev-list --count HEAD)/g" .ci/bintray-release.json
|
||||
|
||||
deploy:
|
||||
- provider: bintray
|
||||
|
|
Loading…
Reference in New Issue