Skip to content

Commit 0991602

Browse files
committed
chore(release): update release.yml after release
1 parent 1ddbe73 commit 0991602

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
- name: Build the package
4848
run: npm run build
4949

50+
- name: Set up Git user
51+
run: |
52+
git config --global user.name "${{ github.actor }}"
53+
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
54+
5055
- name: Run Semantic Release
5156
env:
5257
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)