diff --git a/HOW-TO-RELEASE.md b/HOW-TO-RELEASE.md index 79fd3a7..dd9c673 100644 --- a/HOW-TO-RELEASE.md +++ b/HOW-TO-RELEASE.md @@ -1,6 +1,6 @@ # 周刊发布流程 -1. 触发 Github Actions 中的 relase action: +1. 触发 Github Actions 中的 release action: ![image](https://user-images.githubusercontent.com/9262426/157417402-55796bb6-77c4-484b-8b96-a3c3ac67e137.png) diff --git a/scripts/index.js b/scripts/index.js index c6df42a..750f8e8 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -20,7 +20,7 @@ function runCommand(command) { reject('run gh failed: ' + stderr); return; } - + resolve(stdout); } );