Skip to content

Commit ca8abf7

Browse files
authored
Merge pull request #44 from cloudengine-labs/patch-release-yml
Update git config for version bump actions
2 parents aa474e4 + aa019a5 commit ca8abf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119
env:
120120
NEW_VERSION: ${{ steps.bump.outputs.new_version }}
121121
run: |
122-
git config user.name "github-actions[bot]"
123-
git config user.email "github-actions[bot]@users.noreply.github.com"
122+
git config user.name "Saravanan Gnanaguru"
123+
git config user.email "g.gsaravanan@gmail.com"
124124
125125
git add cli/__version__.py CHANGELOG.md hugo-docs/content/_index.md
126126
git commit -m "chore: bump version to v${NEW_VERSION} [skip ci]"

0 commit comments

Comments
 (0)