We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd06878 commit e2b42f8Copy full SHA for e2b42f8
.github/workflows/osrd-ui-publish.yml
@@ -21,6 +21,8 @@ jobs:
21
npm run build
22
VERSION=${GITHUB_REF/refs\/tags\//}
23
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]"
26
git commit -am "Commit changes made by Lerna"
27
lerna publish
28
env:
0 commit comments