From 7747f887b07a4f520272ffe0cac95674627d74a5 Mon Sep 17 00:00:00 2001 From: klmhyeonwoo Date: Sat, 25 Oct 2025 20:08:58 +0900 Subject: [PATCH] fix: fixed auth publish workflow files --- .github/workflows/publish.yml | 4 ++-- package.json | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be5cb00..361ea6f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,7 @@ name: Publish Package to npm on Tag on: push: tags: - - "v[0-9]+.[0-9]+.[0-9]+" # vX.Y.Z 형식의 태그가 푸시될 때 실행 + - "[0-9]+.[0-9]+.[0-9]+" # X.Y.Z 형식의 태그가 푸시될 때 실행 jobs: publish: @@ -26,7 +26,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/package.json b/package.json index 174968a..ea7637e 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,9 @@ "license": "MIT", "type": "module", "main": "dist/bundle/kr-corekit.js", + "config": { + "tag-version-prefix": "" + }, "sideEffects": false, "exports": { ".": {