We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a521f commit 5ed4c29Copy full SHA for 5ed4c29
.travis.yml
@@ -45,6 +45,7 @@ jobs:
45
deploy:
46
# Pre-release
47
- provider: releases
48
+ name: $TRAVIS_TAG
49
prerelease: true
50
api_key:
51
secure: bCywC9GdBIzLvLG3cgM9SgOAdMRQchmqEyKQZtIfK4iNzH3GjZwLMH91Oha0X3XU/n+nxGKw2E9qpYRzWlcbxHXqIgjFTt+hkt7zAldjjyWJnOcAYqdUDfsH3NqNQBqMBg8q7Bjc0LVS6PfpTpZliZISrL6KSyDprRg7C0S+HAk=
@@ -55,6 +56,7 @@ jobs:
55
56
condition: $TRAVIS_TAG =~ rc[0-9]+$
57
# Full release
58
59
60
61
62
file: distribution/target/opengrok-$TRAVIS_TAG.tar.gz
0 commit comments