Skip to content

Commit b544371

Browse files
committed
Publish Metafacture Runner distribution on Github
1 parent d64530e commit b544371

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ install:
1010
after_success:
1111
- ./travis/publish.sh
1212

13+
deploy:
14+
provider: releases
15+
api_key: $GITHUB_RELEASE_TOKEN
16+
file-glob: true
17+
file: ./metafacture-runner/build/distributions/metafacture-core-*
18+
skip-cleanup: true
19+
on:
20+
repo: culturegraph/metafacture-core
21+
tags: true
22+
condition: "$( git tag --list --format=\"%(objecttype)\" \"$TRAVIS_TAG\" ) == \"tag\""

0 commit comments

Comments
 (0)