깃허브 액션 릴리즈 실패 수정 (vibe-kanban 9ee625df)

```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

```
This commit is contained in:
Sangrak Choi 2026-01-11 20:40:37 -08:00
parent 4e9ec0ac24
commit 2348bf5923

View file

@ -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'