Skip to content

Commit

Permalink
osrd-ui: commit changes made by lerna (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmer2016 authored Apr 8, 2024
1 parent 0dcc268 commit bd06878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/osrd-ui-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Create tempory branch
- name: Create temporary branch
run: git checkout -b temp-branch
- uses: actions/setup-node@v3
with:
Expand All @@ -21,6 +21,7 @@ jobs:
npm run build
VERSION=${GITHUB_REF/refs\/tags\//}
lerna version $VERSION --no-private --no-git-tag-version --yes
git commit -am "Commit changes made by Lerna"
lerna publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit bd06878

Please sign in to comment.