fix: make linter happy
This commit is contained in:
parent
3de0ab0338
commit
38feb39659
|
@ -51,7 +51,7 @@ const run = async () => {
|
||||||
/* configure git */
|
/* configure git */
|
||||||
const { GITHUB_ACTOR, GITHUB_TOKEN, GITHUB_REPOSITORY } = process.env
|
const { GITHUB_ACTOR, GITHUB_TOKEN, GITHUB_REPOSITORY } = process.env
|
||||||
const remote = `https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git`
|
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 remote add publish ${remote}`)
|
||||||
run(`git config user.name "Merge Release"`)
|
run(`git config user.name "Merge Release"`)
|
||||||
run(`git config user.email "merge-release@users.noreply.github.com"`)
|
run(`git config user.email "merge-release@users.noreply.github.com"`)
|
||||||
|
|
Loading…
Reference in New Issue