fix: make linter happy

This commit is contained in:
Mikeal Rogers 2019-09-09 21:01:58 +00:00
parent 3de0ab0338
commit 38feb39659
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ const run = async () => {
/* configure git */
const { GITHUB_ACTOR, GITHUB_TOKEN, GITHUB_REPOSITORY } = process.env
const remote = `https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git`
console.log({remote})
console.log({ remote })
run(`git remote add publish ${remote}`)
run(`git config user.name "Merge Release"`)
run(`git config user.email "merge-release@users.noreply.github.com"`)