We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa474e4 + aa019a5 commit ca8abf7Copy full SHA for ca8abf7
.github/workflows/release.yml
@@ -119,8 +119,8 @@ jobs:
119
env:
120
NEW_VERSION: ${{ steps.bump.outputs.new_version }}
121
run: |
122
- git config user.name "github-actions[bot]"
123
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "Saravanan Gnanaguru"
+ git config user.email "g.gsaravanan@gmail.com"
124
125
git add cli/__version__.py CHANGELOG.md hugo-docs/content/_index.md
126
git commit -m "chore: bump version to v${NEW_VERSION} [skip ci]"
0 commit comments