Skip to content

Commit

Permalink
fixup! Make a GitHub draft release of the executable via Travis CI 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokosi committed Apr 9, 2019
1 parent 90eb4fa commit 7e8ca6c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ jdk:
services:
- docker

before_deploy:
before_release:
- ./generate-executable.sh

deploy:
release:
api_key: $GITHUB_OAUTH_TOKEN
file: "./pullpitoK"
provider: releases
skip_cleanup: true
draft: true
on:
repo: nicokosi/pullpitoK
branches:
only:
- master
- graalvm-test-deploy

branches:
only:
- master
- /^release-.*$/

0 comments on commit 7e8ca6c

Please sign in to comment.