chore: update Dockerfile

This commit is contained in:
chenos 2024-08-26 01:15:24 +08:00
parent 74271a9d7c
commit f9526e644a

View File

@ -20,7 +20,7 @@ RUN cd /tmp && \
RUN yarn install && yarn build --no-dts RUN yarn install && yarn build --no-dts
RUN git checkout -b release-$(date +'%Y%m%d%H%M%S') \ 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" \ RUN git config user.email "test@mail.com" \
&& git config user.name "test" && git add . \ && git config user.name "test" && git add . \
&& git commit -m "chore(versions): test publish packages" && git commit -m "chore(versions): test publish packages"