Skip to content

Commit 0cdb164

Browse files
authored
debug: call from shell
1 parent c26fa6e commit 0cdb164

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

merge-release-run.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ const run = async () => {
6060
exec(`npm publish`)
6161
exec(`git checkout package.json`) // cleanup
6262
exec(`git tag ${newVersion}`)
63+
/*
6364
const env = process.env
6465
const remote = `https://${env.GITHUB_ACTOR}:${env.GITHUB_TOKEN}@github.com/${env.GITHUB_REPOSITORY}.git`
6566
exec(`git push ${remote} --tags`)
67+
*/
6668
}
6769
run()

0 commit comments

Comments
 (0)