From f9526e644af9e67d2b3d655564621164efa8a47d Mon Sep 17 00:00:00 2001 From: chenos Date: Mon, 26 Aug 2024 01:15:24 +0800 Subject: [PATCH] chore: update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93f69a88a9..7024a06b2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN cd /tmp && \ RUN yarn install && yarn build --no-dts RUN git checkout -b release-$(date +'%Y%m%d%H%M%S') \ - && yarn version:alpha -y + && yarn lerna version ${NEWVERSION} -y --no-git-tag-version RUN git config user.email "test@mail.com" \ && git config user.name "test" && git add . \ && git commit -m "chore(versions): test publish packages"