Skip to content

Commit eaed3aa

Browse files
authored
ci(release): debug git config (#24)
1 parent 5fbebcd commit eaed3aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
git config --global user.email "${{ secrets.CB_RELEASE_BOT_EMAIL }}"
3535
git config --local --replace-all url.https://github.com/.insteadOf ssh://git@github.com/
3636
git config --local --add url.https://git:${{ steps.release-bot.outputs.token }}@github.com/.insteadOf git@github.com:
37+
# debugging purposes
38+
cat .git/config
3739
3840
- name: Bump Version
3941
run: git semver bump

0 commit comments

Comments
 (0)