bazeltools / bazel-deps

Generate bazel dependencies for maven artifacts
MIT License
250 stars 122 forks source link

Autodeploy every commit to GitHub Releases page #247

Closed vmax closed 3 years ago

vmax commented 5 years ago

Fixes #160

Instead of going with CircleCI as stated in original comment, I decided to go with already-present integration of Travis CI.

For deployment to succeed, you'll need to create a GItHub token with appropriate permissions here and set GITHUB_TOKEN environment variable here.

tcnksm/ghr is used to perform actual deployment. For lack of version scheme, commit SHA is used as release version.

vmax commented 5 years ago

@johnynek note: this Travis CI run will fail at the very last step because $GITHUB_TOKEN is not set