Skip to content

Commit

Permalink
Fix CircleCi clean config... #2
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienBreux committed Aug 27, 2017
1 parent 801cb5f commit cf62cab
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 @@ -25,7 +25,7 @@ jobs:
- deploy:
branch: master
command: |
if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
if git log -1 --pretty=%B | grep "^v[0-9]\+\.[0-9]\+\.[0-9]\+$";
then
version=$(git log -1 --pretty=%B)
curl -sL https://git.io/goreleaser | bash
Expand Down

0 comments on commit cf62cab

Please sign in to comment.