We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6976cc2 commit 2f32487Copy full SHA for 2f32487
.travis.yml
@@ -4,7 +4,7 @@ language: java
4
deploy:
5
provider: releases
6
api_key: "github_token"
7
- file: "target/cloudfoundry-connection-tester-1.0.0-SNAPSHOT.jar"
+ file: "target/cloudfoundry-connection-tester-*.jar"
8
skip_cleanup: true
9
on:
10
tags: true
0 commit comments