Skip to content

Commit

Permalink
set name and email for lerna commits (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmer2016 authored Apr 8, 2024
1 parent bd06878 commit 3ec9895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/osrd-ui-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
npm run build
VERSION=${GITHUB_REF/refs\/tags\//}
lerna version $VERSION --no-private --no-git-tag-version --yes
git config user.name "OSRD GitHub Actions"
git config user.email "[email protected]"
git commit -am "Commit changes made by Lerna"
lerna publish
env:
Expand Down

0 comments on commit 3ec9895

Please sign in to comment.