Skip to content

Commit

Permalink
feat: Build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2020
1 parent 7987f22 commit 61a68e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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":"toc-generator","sha":"3a3a182a548b32c06c20d68e9444afe99f3a445a","ref":"refs/tags/v2.0.5","tagName":"v2.0.5","branch":"gh-actions","tags":["v2","v2.0","v2.0.5"],"updated_at":"2020-01-15T12:04:39.718Z"}
{"owner":"technote-space","repo":"toc-generator","sha":"179f9296b3cca52d592c95c9467e3d5b07a0f4be","ref":"refs/tags/test/v2.0.6.1","tagName":"test/v2.0.6.1","branch":"gh-actions","tags":["test/v2","test/v2.0","test/v2.0.6","test/v2.0.6.1"],"updated_at":"2020-01-16T05:35:50.640Z"}
3 changes: 1 addition & 2 deletions lib/utils/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const getExecuteCommands = (logger) => {
return [];
}
return [
`doctoc ${args} --github`,
`npx doctoc ${args} --github`,
];
};
exports.getRunnerArguments = () => {
Expand All @@ -45,7 +45,6 @@ exports.getRunnerArguments = () => {
actionName: constant_1.ACTION_NAME,
actionOwner: constant_1.ACTION_OWNER,
actionRepo: constant_1.ACTION_REPO,
globalInstallPackages: ['doctoc'],
executeCommands: getExecuteCommands(logger),
commitMessage: core_1.getInput('COMMIT_MESSAGE'),
commitName: core_1.getInput('COMMIT_NAME'),
Expand Down
2 changes: 1 addition & 1 deletion node_modules/.yarn-integrity

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

0 comments on commit 61a68e1

Please sign in to comment.