Skip to content

Commit 444d52f

Browse files
authored
chore: add git config for user in release workflow (#694)
1 parent 6a1c4b0 commit 444d52f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
3535
- name: Use Next Version
3636
run: |
37+
git config --global user.email "info@descope.com"
38+
git config --global user.name "Descope"
3739
yarn version --new-version ${NEW_VERSION}
3840
cat package.json
3941

0 commit comments

Comments
 (0)