1 parent 2083268 commit a92182fCopy full SHA for a92182f
1 file changed
.circleci/config.yml
@@ -5,7 +5,7 @@ jobs:
5
- image: circleci/golang:1.12
6
steps:
7
- checkout
8
- - run: make release VERSION=${CIRCLE_TAG}
+ - run: make release VERSION=$(git describe)
9
- persist_to_workspace:
10
root: .
11
paths:
@@ -38,8 +38,6 @@ workflows:
38
filters:
39
branches:
40
only: release
41
- tags:
42
- only: /^v.*/
43
requires:
44
- build
45
- test
0 commit comments