From f3e65a2ef8a953717ff01be13ad868544c30c16f Mon Sep 17 00:00:00 2001 From: roi-codefresh <60569147+roi-codefresh@users.noreply.github.com> Date: Wed, 16 Jun 2021 12:32:50 +0300 Subject: [PATCH] v0.2.5 --- Makefile | 2 +- build/release.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11836732..d7d599e9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.2.4 +VERSION=v0.2.5 OUT_DIR=dist CLI_NAME?=argocd-autopilot diff --git a/build/release.yml b/build/release.yml index fb61b413..12ccb630 100644 --- a/build/release.yml +++ b/build/release.yml @@ -182,6 +182,8 @@ steps: environment: - HOMEBREW_GITHUB_API_TOKEN=${{GITHUB_TOKEN}} commands: + - git config --global user.email "cfci.bot@codefresh.io" + - git config --global user.name "cf-ci-bot" - brew bump-formula-pr --strict --no-browse --tag ${{CF_BRANCH_TAG_NORMALIZED}} --revision ${{CF_REVISION}} --fork-org codefresh-io ${{CF_REPO_NAME}} when: steps: