Skip to content

Commit

Permalink
Merge pull request #50 from Evaneos/build/use-npm-publish-bye-learna
Browse files Browse the repository at this point in the history
fix: use npm publish, bye Lerna
  • Loading branch information
Neir authored Jan 16, 2025
2 parents fc764e3 + ead60f0 commit 1d89f70
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 1d89f70

Please sign in to comment.