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 ea7d880 commit a9072b9Copy full SHA for a9072b9
.circleci/config.yml
@@ -63,9 +63,9 @@ jobs:
63
go get -v -t -d ./...
64
git config user.email "[email protected]"
65
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
+ git tag -a ${VERSION} -m "Release"
+ git push origin ${VERSION}
+ curl -L https://git.io/goreleaser | VERSION=${VERSION} bash
69
echo $GOPATH
70
pwd
71
ls
0 commit comments