From 0c2ec73ac071ed1ee0a768de234b54b370ee915a Mon Sep 17 00:00:00 2001 From: byeongwan Date: Tue, 23 Aug 2022 14:42:37 +0900 Subject: [PATCH] =?UTF-8?q?[#1266]=20npm=20=EB=B0=B0=ED=8F=AC=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=ED=99=94=20-=20=EB=B0=B0=ED=8F=AC=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 28ad91c18..140b64216 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 12.x - registry-url: https://registry.npmjs.org/evui + registry-url: https://registry.npmjs.org - run: npm install - run: npm run build:lib - run: npm publish