Skip to content

Commit 98d1729

Browse files
ci: remove wrong option passed to command (#2450)
1 parent e09c6ce commit 98d1729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nigthly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ jobs:
6969
# Create a version string that includes the commit hash and date
7070
VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}-${PRERELEASE_NAME}-${DATE}-${COMMIT_HASH}"
7171
72-
npx lerna version "$VERSION" from-package --force-publish --no-push --allow-branch 'main' --preid $PRERELEASE_NAME --yes
72+
npx lerna version "$VERSION" --force-publish --no-push --allow-branch 'main' --preid $PRERELEASE_NAME --yes
7373
npx lerna publish from-git --dist-tag $PRERELEASE_NAME --no-changelog --yes

0 commit comments

Comments
 (0)