We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09c6ce commit 98d1729Copy full SHA for 98d1729
.github/workflows/nigthly-release.yml
@@ -69,5 +69,5 @@ jobs:
69
# Create a version string that includes the commit hash and date
70
VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}-${PRERELEASE_NAME}-${DATE}-${COMMIT_HASH}"
71
72
- npx lerna version "$VERSION" from-package --force-publish --no-push --allow-branch 'main' --preid $PRERELEASE_NAME --yes
+ npx lerna version "$VERSION" --force-publish --no-push --allow-branch 'main' --preid $PRERELEASE_NAME --yes
73
npx lerna publish from-git --dist-tag $PRERELEASE_NAME --no-changelog --yes
0 commit comments