Skip to content

Commit d2d94ca

Browse files
authored
go get ghr after make release has ran (#174)
1 parent b0fc004 commit d2d94ca

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
@@ -90,8 +90,8 @@ jobs:
9090
- image: circleci/golang:1.16
9191
steps:
9292
- checkout
93-
- run: go get -u github.com/tcnksm/ghr
9493
- run: make release
94+
- run: go get -u github.com/tcnksm/ghr
9595
- run:
9696
name: Publish release
9797
command: ghr $GIT_RELEASE_TAG release/

0 commit comments

Comments
 (0)