We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbebcd commit eaed3aaCopy full SHA for eaed3aa
.github/workflows/release.yml
@@ -34,6 +34,8 @@ jobs:
34
git config --global user.email "${{ secrets.CB_RELEASE_BOT_EMAIL }}"
35
git config --local --replace-all url.https://github.com/.insteadOf ssh://git@github.com/
36
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
39
40
- name: Bump Version
41
run: git semver bump
0 commit comments