Skip to content

Commit b2fbbb8

Browse files
feat: Build for release
1 parent 1c4aa9a commit b2fbbb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"tagName":"test/v1.6.7","branch":"gh-actions","tags":["test/v1","test/v1.6","test/v1.6.7"],"updated_at":"2019-10-28T15:58:53.178Z"}
1+
{"tagName":"v1.6.7","branch":"gh-actions","tags":["v1","v1.6","v1.6.7"],"updated_at":"2019-10-28T16:25:35.988Z"}

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function run() {
3434
return;
3535
}
3636
const directories = misc_1.getReplaceDirectory();
37-
logger.startProcess('Replacement');
37+
logger.startProcess('Replace variables');
3838
Object.keys(directories).forEach(directory => logger.info('%s: %s', directories[directory], directory));
3939
yield command_1.deploy(new github_1.GitHub(core_1.getInput('GITHUB_TOKEN', { required: true })), github_1.context);
4040
}

0 commit comments

Comments
 (0)