diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-11-03 17:01:32 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-11-03 17:01:32 -0700 |
| commit | 0620da73b8612f183eaf16cdf71d790225d8f3ec (patch) | |
| tree | 010c735de87ef8e55a7cf75e4e57b5e4d5c62313 /.circleci | |
| parent | 65b6e0c3f4e209ac2776647521b81df48050a36a (diff) | |
Troubleshoot build pipeline
Diffstat (limited to '.circleci')
| -rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index d93cacc..c5b6e98 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,7 @@ jobs: command: | tag=$(/home/circleci/go/bin/semantics --output-tag) if [ "$tag" ]; then - ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace $tag dist/ + /home/circleci/go/bin/ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace $tag dist/ else echo "The commit message(s) did not indicate a major/minor/patch version." fi |