Skip to content

Commit 3d10aff

Browse files
author
nicos_backbase
committed
ci: fix user and email
1 parent 8063da0 commit 3d10aff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ jobs:
8787
upload_url: ${{ steps.rel.outputs.upload_url }}
8888
steps:
8989
- uses: actions/checkout@v5
90+
- name: Configure git
91+
run: |
92+
git config user.email "action@github.com"
93+
git config user.name "GitHub Action"
9094
- name: Create tag
9195
run: |
9296
git fetch --tags

0 commit comments

Comments
 (0)