Skip to content

Commit 22b95f5

Browse files
authored
Update config.yml (#166)
1 parent 3e9d3c1 commit 22b95f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
name: Publish GitHub release
156156
command: |
157157
VERSION=$(./bin/cx version)
158-
echo $VERSION
158+
VERSION="2.0.0_RC1"
159159
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./bin/
160160
- save_cache: # Store cache in the /go/pkg directory
161161
key: go-mod-v1-{{ checksum "go.sum" }}

0 commit comments

Comments
 (0)