Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 1, 2021
1 parent d1e3f4c commit 7565170
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 36 deletions.
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"technote-space","repo":"get-diff-action","sha":"fe280a0753276f0d138a30dacbe36973089fa312","ref":"refs/tags/test/v4.2.1.1084233615","tagName":"test/v4.2.1.1084233615","branch":"gh-actions","tags":["test/v4.2.1.1084233615","test/v4.2.1","test/v4.2","test/v4"],"updated_at":"2021-07-31T03:04:22.883Z"}
{"owner":"technote-space","repo":"get-diff-action","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v4.2.1","branch":"gh-actions","tags":["test/v4.2.1","test/v4.2","test/v4"],"updated_at":"2021-08-01T12:36:54.029Z"}
2 changes: 1 addition & 1 deletion lib/utils/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const getGitDiff = (logger, context) => __awaiter(void 0, void 0, void 0, functi
] : []),
],
cwd: github_action_helper_1.Utils.getWorkspace(),
suppressError: true,
// suppressError: true,
})).stdout)
.map(item => ({
file: item,
Expand Down
56 changes: 30 additions & 26 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions node_modules/@technote-space/github-action-helper/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7565170

Please sign in to comment.