Skip to content

Commit

Permalink
Merge pull request elizaOS#811 from cygaar/release_fix_4
Browse files Browse the repository at this point in the history
fix: lerna publish command
  • Loading branch information
cygaar authored Dec 3, 2024
2 parents 6c58ff5 + 66cb602 commit c8248a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
# Force checkout the latest tag
echo "Checking out latest tag: $LATEST_TAG"
git checkout -f $LATEST_TAG
git checkout -b temp-publish-branch $LATEST_TAG
echo "Publishing version: $LATEST_TAG"
npx lerna publish from-git --yes --dist-tag latest
npx lerna publish from-package --yes --dist-tag latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit c8248a8

Please sign in to comment.