X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/0620da73b8612f183eaf16cdf71d790225d8f3ec..75019849ff5e8301671a4aa9c1e7d928b98fd458:/.circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml index c5b6e98..4b6752d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,6 +43,8 @@ jobs: name: create release command: | tag=$(/home/circleci/go/bin/semantics --output-tag) + # temp troubleshooting >:( + find / -name ghr if [ "$tag" ]; then /home/circleci/go/bin/ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace $tag dist/ else