rm log
This commit is contained in:
parent
83141b33b3
commit
1e41f0add2
2
index.js
2
index.js
|
@ -39,7 +39,7 @@ Toolkit.run(async tools => {
|
||||||
await tools.runInWorkspace('git', ['commit', '-a', '-m', `"ci: ${commitMessage} ${newVersion}"`])
|
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`
|
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', ['tag', newVersion])
|
||||||
await tools.runInWorkspace('git', ['push', remoteRepo, '--follow-tags'])
|
await tools.runInWorkspace('git', ['push', remoteRepo, '--follow-tags'])
|
||||||
await tools.runInWorkspace('git', ['push', remoteRepo, '--tags'])
|
await tools.runInWorkspace('git', ['push', remoteRepo, '--tags'])
|
||||||
|
|
Loading…
Reference in New Issue