Skip to content

Commit

Permalink
docs: update readme (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
tearill authored Jul 9, 2024
1 parent 71e5508 commit d6a665e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HOW-TO-RELEASE.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function runCommand(command) {
reject('run gh failed: ' + stderr);
return;
}

resolve(stdout);
}
);
Expand Down

0 comments on commit d6a665e

Please sign in to comment.