chore: fix circleci release config (#52)

This commit is contained in:
Mohammed Al Sahaf
2020-09-18 07:02:51 +01:00
committed by GitHub
parent 6c5420aa5a
commit 34f2336d91
+7 -3
View File
@@ -13,15 +13,19 @@ jobs:
- checkout
- run: go build main.go
release:
machine: true
executor:
name: go/default
tag: '1.15'
steps:
- checkout
- go/install
- go/load-cache
- go/mod-download
- go/save-cache
- run: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- run: curl -sL https://git.io/goreleaser | bash
- run: docker logout
orbs:
go: circleci/go@1.14
go: circleci/go@1.3.1
workflows:
version: 2
build-workflow: