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