I tried following instructions on https://circleci.com/developer/orbs/orb/h-matsuo/github-release but I get the following build error after adding a github-release/create step: /bin/bash: line 1: ghr: command not found I also tried adding: - run: name: Install ghr command: go get -u github.com/tcnksm/ghr before github-release/create but that still results in the same error.