From 2348bf5923da653bf4abdedbe6accdcb88e06dc4 Mon Sep 17 00:00:00 2001 From: Sangrak Choi Date: Sun, 11 Jan 2026 20:40:37 -0800 Subject: [PATCH] =?UTF-8?q?=EA=B9=83=ED=97=88=EB=B8=8C=20=EC=95=A1?= =?UTF-8?q?=EC=85=98=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20=EC=8B=A4=ED=8C=A8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20(vibe-kanban=209ee625df)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ```javascript 액션 정보 - Automatic Release (#1) #1 오류 내용​ Run npm run release > obsidian-create-note-with-date@0.2.5 release > node release.mjs ❌ Cannot proceed with release: You have uncommitted changes. Please commit or stash your changes before running the release script. Error: Process completed with exit code 1. ``` ```javascript 0s ``` ```javascript 1s ``` ```javascript 0s ``` --- .github/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index ed98f4e..3ab3243 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -30,7 +30,7 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm install + run: npm ci - name: Wait for 10 minutes if: github.event_name == 'push'