We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fc004 commit d2d94caCopy full SHA for d2d94ca
1 file changed
.circleci/config.yml
@@ -90,8 +90,8 @@ jobs:
90
- image: circleci/golang:1.16
91
steps:
92
- checkout
93
- - run: go get -u github.com/tcnksm/ghr
94
- run: make release
+ - run: go get -u github.com/tcnksm/ghr
95
- run:
96
name: Publish release
97
command: ghr $GIT_RELEASE_TAG release/
0 commit comments