Skip to content

Commit e2b42f8

Browse files
committed
set name and email for lerna commits
1 parent bd06878 commit e2b42f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/osrd-ui-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
npm run build
2222
VERSION=${GITHUB_REF/refs\/tags\//}
2323
lerna version $VERSION --no-private --no-git-tag-version --yes
24+
git config user.name "OSRD GitHub Actions"
25+
git config user.email "[email protected]"
2426
git commit -am "Commit changes made by Lerna"
2527
lerna publish
2628
env:

0 commit comments

Comments
 (0)