Skip to content

Commit a9072b9

Browse files
committed
try version
1 parent ea7d880 commit a9072b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
go get -v -t -d ./...
6464
git config user.email "[email protected]"
6565
git config user.name "warrensbox"
66-
git tag -a ${VERSION}.${CIRCLE_BUILD_NUM} -m "Release"
67-
git push origin ${VERSION}.${CIRCLE_BUILD_NUM}
68-
curl -sL https://git.io/goreleaser | bash
66+
git tag -a ${VERSION} -m "Release"
67+
git push origin ${VERSION}
68+
curl -L https://git.io/goreleaser | VERSION=${VERSION} bash
6969
echo $GOPATH
7070
pwd
7171
ls

0 commit comments

Comments
 (0)