Skip to content

Commit bd06878

Browse files
authored
osrd-ui: commit changes made by lerna (#25)
1 parent 0dcc268 commit bd06878

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Create tempory branch
13+
- name: Create temporary branch
1414
run: git checkout -b temp-branch
1515
- uses: actions/setup-node@v3
1616
with:
@@ -21,6 +21,7 @@ jobs:
2121
npm run build
2222
VERSION=${GITHUB_REF/refs\/tags\//}
2323
lerna version $VERSION --no-private --no-git-tag-version --yes
24+
git commit -am "Commit changes made by Lerna"
2425
lerna publish
2526
env:
2627
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)