We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcc268 commit bd06878Copy full SHA for bd06878
.github/workflows/osrd-ui-publish.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v2
13
- - name: Create tempory branch
+ - name: Create temporary branch
14
run: git checkout -b temp-branch
15
- uses: actions/setup-node@v3
16
with:
@@ -21,6 +21,7 @@ jobs:
21
npm run build
22
VERSION=${GITHUB_REF/refs\/tags\//}
23
lerna version $VERSION --no-private --no-git-tag-version --yes
24
+ git commit -am "Commit changes made by Lerna"
25
lerna publish
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments