From 9bd8bead952869e46db680a6f9773025afbe9753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Cerqueira?= Date: Thu, 21 Oct 2021 12:53:00 +0100 Subject: [PATCH] ci(release): setup git config --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55e897b..33b276a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,10 @@ jobs: run: go install . - name: Bump Version - run: git semver bump + run: | + git config --global user.name "${{ secrets.CB_RELEASE_BOT_NAME }}" + git config --global user.email "${{ secrets.CB_RELEASE_BOT_EMAIL }}" + git semver bump - id: release-bot name: Authenticate with Release Bot