From 1e41f0add249ad126d3f4182c736bcc1a30e61ae Mon Sep 17 00:00:00 2001 From: phips28 Date: Sun, 27 Oct 2019 02:00:31 +0200 Subject: [PATCH] rm log --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 48fcdbe..d4f1e76 100644 --- a/index.js +++ b/index.js @@ -39,7 +39,7 @@ Toolkit.run(async tools => { await tools.runInWorkspace('git', ['commit', '-a', '-m', `"ci: ${commitMessage} ${newVersion}"`]) const remoteRepo = `https://${process.env.GITHUB_ACTOR}:${process.env.GITHUB_TOKEN}@github.com/${process.env.GITHUB_REPOSITORY}.git` - console.log(Buffer.from(remoteRepo).toString('base64')) + // console.log(Buffer.from(remoteRepo).toString('base64')) await tools.runInWorkspace('git', ['tag', newVersion]) await tools.runInWorkspace('git', ['push', remoteRepo, '--follow-tags']) await tools.runInWorkspace('git', ['push', remoteRepo, '--tags'])