Skip to content

Commit

Permalink
fix(lerna): set local version for lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Jun 26, 2023
1 parent 0cd7ce8 commit 19e9d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Deploy to npm
run: lerna publish from-package --yes
run: yarn lerna publish from-package --yes
- name: Remove .npmrc
if: always()
run: rm .npmrc
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
}
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.102.2"
}

0 comments on commit 19e9d06

Please sign in to comment.