Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit a763778

Browse files
Adds back the deployment step to the travis.yml file so that we can create a new release
1 parent 99d078f commit a763778

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ cache:
1010
script:
1111
- ./gradlew build --build-cache -PwarningsAsErrors=true
1212
- ./gradlew shadowJar
13+
14+
deploy:
15+
provider: releases
16+
api_key: "$GITHUB_TOKEN"
17+
file: "build/libs/kafka-connect-dynamodb-${TRAVIS_TAG}.jar"
18+
skip_cleanup: true
19+
on:
20+
tags: true

0 commit comments

Comments
 (0)