From 92d6a54ccfcedf60fa1424a35f35a1dc94fc6a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=85=E1=85=B2=E1=84=80=E1=85=A5=E1=86=AB=E1=84=8B?= =?UTF-8?q?=E1=85=A7=E1=86=AF?= Date: Mon, 29 May 2023 20:26:42 +0900 Subject: [PATCH] test: v0.4.1-alpha2 --- .github/workflows/chromatic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index e39d475..048cf41 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -23,12 +23,12 @@ jobs: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }} - run: | - yarn config set '//registry.npmjs.org/:_authToken' ${{ secrets.NPM_AUTH_TOKEN }} + npm config set '//registry.npmjs.org/:_authToken' ${{ secrets.NPM_AUTH_TOKEN }} yarn config set access public - run: | sed -i "s|CHROMATIC_HOMEPAGE|${{ steps.chromatic.outputs.storybookUrl }}|" package.json - run: | - yarn cache clean --force + npm cache clean --force yarn publish:npm-outDir - run: | sed -i "s|${{ steps.chromatic.outputs.storybookUrl }}|CHROMATIC_HOMEPAGE|" package.json