Skip to content

Commit aa94cd0

Browse files
feat: build for release
1 parent 64c40ec commit aa94cd0

File tree

7 files changed

+74
-51
lines changed

7 files changed

+74
-51
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"release-github-actions","sha":"5f404814a7dec200283f527ef63431ab905c06da","ref":"refs/tags/v7.0.0","tagName":"v7.0.0","branch":"gh-actions","tags":["v7.0.0","v7.0","v7"],"updated_at":"2021-02-07T09:31:46.621Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v7.0.1","branch":"gh-actions","tags":["test/v7.0.1","test/v7.0","test/v7"],"updated_at":"2021-02-09T05:22:57.151Z"}

lib/utils/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const config = (logger, helper, context) => __awaiter(void 0, void 0, void 0, fu
7676
const name = misc_1.getCommitName();
7777
const email = misc_1.getCommitEmail();
7878
logger.startProcess('Configuring git committer to be %s <%s>...', name, email);
79-
yield helper.config(pushDir, name, email);
79+
yield helper.config(pushDir, { name, email });
8080
});
8181
exports.config = config;
8282
const commit = (helper, context) => __awaiter(void 0, void 0, void 0, function* () { return helper.commit(misc_1.getParams(context).pushDir, misc_1.getCommitMessage(), { allowEmpty: true }); });

node_modules/.yarn-integrity

Lines changed: 21 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@technote-space/github-action-helper/dist/command.js

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@technote-space/github-action-helper/dist/git-helper.d.ts

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)