Skip to content

Commit

Permalink
lerna fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cygaar committed Dec 3, 2024
1 parent 6c58ff5 commit 66cb602
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 66cb602

Please sign in to comment.