Skip to content

Commit

Permalink
Update git config to github actions bot in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prvashisht committed Jun 10, 2024
1 parent b3614a3 commit 5ec1410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Get changes since last release
id: get_changes
run: |
git config --global user.name 'Pratyush Vashisht'
git config --global user.email 'developer@pratyushvashisht.com'
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
PREV_TAG=$(git describe --tags --abbrev=0)
CHANGELOG=$(git log $PREV_TAG..HEAD --merges --pretty=format:"%b" | sed ':a;N;$!ba;s/\n/\\n/g')
echo "CHANGELOG=${CHANGELOG}" >> $GITHUB_ENV
Expand Down

0 comments on commit 5ec1410

Please sign in to comment.