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 d678a43 commit 59c4524Copy full SHA for 59c4524
.travis.yml
@@ -7,8 +7,8 @@ script:
7
before_deploy: |-
8
git config --local user.name "$USERNAME"
9
git config --local user.email "$EMAIL"
10
- export TRAVIS_TAG=$(grep -o "[0-9]\.[0-9]\.[0-9]" Makefile)
11
- git tag "v${TRAVIS_TAG}"
+ export TRAVIS_TAG=$(grep -o "v[0-9]\.[0-9]\.[0-9]" Makefile)
+ git tag $TRAVIS_TAG
12
deploy:
13
provider: releases
14
api_key:
Makefile
@@ -1,5 +1,5 @@
1
GOCMD=go
2
-VERSION=0.1.6
+VERSION=v0.1.6
3
4
# First target for travis ci
5
test:
0 commit comments