Skip to content

Commit

Permalink
Fix GitHub Release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Apr 7, 2022
1 parent cbf0646 commit 161a540
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 @@ -60,7 +60,7 @@ jobs:
- run:
name: "Publish Release on GitHub"
command: |
go get github.com/tcnksm/ghr
go install github.com/tcnksm/ghr@v0.14.0
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./release/gh/
docker:
Expand Down

0 comments on commit 161a540

Please sign in to comment.