Skip to content

Commit 5ec1410

Browse files
committed
Update git config to github actions bot in release workflow
1 parent b3614a3 commit 5ec1410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
- name: Get changes since last release
6767
id: get_changes
6868
run: |
69-
git config --global user.name 'Pratyush Vashisht'
70-
git config --global user.email 'developer@pratyushvashisht.com'
69+
git config --global user.name 'github-actions[bot]'
70+
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
7171
PREV_TAG=$(git describe --tags --abbrev=0)
7272
CHANGELOG=$(git log $PREV_TAG..HEAD --merges --pretty=format:"%b" | sed ':a;N;$!ba;s/\n/\\n/g')
7373
echo "CHANGELOG=${CHANGELOG}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)