Skip to content

Commit

Permalink
fix gitrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Mar 13, 2021
1 parent 53b8021 commit 3e051f7
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 @@ -233,7 +233,7 @@ jobs:
steps:
- attach_workspace:
at: /
- run: apt-get update; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates golang
- run: apt-get update; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates golang git
- run: go get github.com/tcnksm/ghr
- deploy:
name: "Deploy to Github"
Expand Down

0 comments on commit 3e051f7

Please sign in to comment.