From aacd562210cb436beb878ec2e173aaa7f2e32c26 Mon Sep 17 00:00:00 2001 From: LeeMir Date: Fri, 29 Jul 2022 21:00:21 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=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=B0=90=EC=B0=90=EC=B0=90?= =?UTF-8?q?=EB=A7=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm-publish-github-packages.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml index a1adf7f..c576180 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/npm-publish-github-packages.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - registry-url: https://registry.npmjs.org/react-holiday-time-bar + registry-url: https://registry.npmjs.org - run: yarn - run: yarn publish:npm - run: npm publish diff --git a/package.json b/package.json index 8eeaab7..ec54e32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-holiday-time-bar", - "version": "0.0.20", + "version": "0.0.21", "description": "simple holiday time bar with react", "keywords" : ["react", "typescript", "parcel", "component", "time", "hover"], "source": "src/lib/index.ts",