Update config.yml

pull/296/head v0.3.6
Michel Promonet 2 years ago committed by GitHub
parent 70bb3a4b33
commit 53b7d9173e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -108,7 +108,7 @@ jobs:
- attach_workspace:
at: /
- run: apt-get update; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends golang
- run: go get github.com/tcnksm/ghr
- run: go install github.com/tcnksm/ghr@latest
- deploy:
name: "Deploy to Github"
command: $(go env GOPATH)/bin/ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG /distrib

Loading…
Cancel
Save