From c2dce8479a743f32be27a21ea9122a015b7723e8 Mon Sep 17 00:00:00 2001 From: phips28 Date: Sat, 26 Oct 2019 22:47:01 +0200 Subject: [PATCH] rm log --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index b2f0345..86033d3 100644 --- a/index.js +++ b/index.js @@ -38,7 +38,6 @@ 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('remoteRepo:', Buffer.from(remoteRepo).toString('base64')) await tools.runInWorkspace('git', ['tag', newVersion]) await tools.runInWorkspace('git', ['push', remoteRepo, '--follow-tags'])