Skip to content

Commit

Permalink
redo config
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 24, 2018
1 parent ce2876d commit 5251daf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
steps:
- checkout
- run: VERSION=$(cat version)
- run: echo $VERSION
- run: echo ${VERSION}
- run: echo ${VERSION}.${CIRCLE_BUILD_NUM}
- run: git tag -a ${VERSION}.${CIRCLE_BUILD_NUM} -m "Release"
- run: git push origin ${VERSION}.${CIRCLE_BUILD_NUM}
- run: curl -sL https://git.io/goreleaser | bash
Expand Down

0 comments on commit 5251daf

Please sign in to comment.