We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c58ff5 + 66cb602 commit c8248a8Copy full SHA for c8248a8
.github/workflows/release.yaml
@@ -51,10 +51,10 @@ jobs:
51
52
# Force checkout the latest tag
53
echo "Checking out latest tag: $LATEST_TAG"
54
- git checkout -f $LATEST_TAG
+ git checkout -b temp-publish-branch $LATEST_TAG
55
56
echo "Publishing version: $LATEST_TAG"
57
- npx lerna publish from-git --yes --dist-tag latest
+ npx lerna publish from-package --yes --dist-tag latest
58
env:
59
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
60
0 commit comments