Skip to content

Commit

Permalink
fix: use npm publish, bye Lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
Neir committed Jan 16, 2025
1 parent fc764e3 commit ead60f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm install
if: ${{ steps.release.outputs.release_created }}
- run: lerna publish from-package --yes
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit ead60f0

Please sign in to comment.