Skip to content

Commit 606b964

Browse files
committed
Configure git so we can make tags
1 parent 55f7922 commit 606b964

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/finalize-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
with:
3737
ref: ${{ env.REF }}
3838

39+
- name: Configure git
40+
run: |
41+
git config user.name "$GITHUB_ACTOR"
42+
git config user.email "[email protected]"
43+
3944
- name: Create release tag
4045
run: |
4146
version=${BASE_REF#rc/}

0 commit comments

Comments
 (0)