Skip to content

Commit

Permalink
build(project): use lerna publish instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Oct 6, 2023
1 parent 996ce88 commit 3ad962d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn run publish
- run: npx lerna publish from-git --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3ad962d

Please sign in to comment.