mirror of
https://github.com/kargnas/obsidian-create-note-with-date.git
synced 2026-07-22 05:48:47 +00:00
깃허브 액션 릴리즈 실패 수정 (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:
parent
4e9ec0ac24
commit
2348bf5923
1 changed files with 1 additions and 1 deletions
2
.github/workflows/auto-release.yml
vendored
2
.github/workflows/auto-release.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue