Skip to content

Commit

Permalink
ci: use from-package
Browse files Browse the repository at this point in the history
  • Loading branch information
EdouardDem committed Nov 20, 2023
1 parent bd18a20 commit ecb6c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- run: npm run test
- run: npm run build
- run: npm run lerna version
- run: npm run lerna publish
- run: npm run lerna publish from-package
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ecb6c6f

Please sign in to comment.