From fb2de24e76b0cf64c955ad443d1d2bbb4b8101bb Mon Sep 17 00:00:00 2001 From: kimdayeon37 Date: Wed, 18 Dec 2024 14:18:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=8C=8C=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 16c2b09..38de1b4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -35,9 +35,6 @@ jobs: #👇 npm token, see https://storybook.js.org/tutorials/design-systems-for-developers/react/ko/distribute/ to obtain it NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | - npm install - npm run build - npx auto version --use-version 0.1.0 - npx auto changelog - git push --follow-tags --set-upstream origin main - npm publish + npm install + npm run build + npm run release