Skip to content

Commit

Permalink
added version
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 24, 2018
1 parent ebb1b31 commit 59b58d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
git config user.name "warren-veerasingam"
git tag -a ${VERSION}.${CIRCLE_BUILD_NUM} -m "Release"
git push origin ${VERSION}.${CIRCLE_BUILD_NUM}
curl -sL https://git.io/goreleaser | bash
curl -sL https://git.io/goreleaser | VERSION=v0.76.1 bash
workflows:
version: 2
Expand Down

0 comments on commit 59b58d8

Please sign in to comment.