From bf427c525c0585b1ac4924afc2d2c3b871b46a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Cerqueira?= Date: Thu, 21 Oct 2021 14:43:08 +0100 Subject: [PATCH] ci(release): debug git config --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27d1baf..82aeaf9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,8 @@ jobs: git config --global user.email "${{ secrets.CB_RELEASE_BOT_EMAIL }}" git config --local --replace-all url.https://github.com/.insteadOf ssh://git@github.com/ git config --local --add url.https://git:${{ steps.release-bot.outputs.token }}@github.com/.insteadOf git@github.com: + # debugging purposes + cat .git/config - name: Bump Version run: git semver bump