Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #47 from triggermesh/ci-fix
Browse files Browse the repository at this point in the history
Fix github-release installation
  • Loading branch information
tzununbekov authored May 24, 2022
2 parents 7c6496b + c77ce2e commit ce5907a
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 @@ -57,7 +57,7 @@ jobs:
CGO_ENABLED: 0
- run:
name: Installing github-release tool
command: go get github.com/meterup/github-release
command: go install github.com/github-release/github-release
- run:
name: Creating github release
command: |
Expand Down

0 comments on commit ce5907a

Please sign in to comment.