We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26fa6e commit 0cdb164Copy full SHA for 0cdb164
merge-release-run.js
@@ -60,8 +60,10 @@ const run = async () => {
60
exec(`npm publish`)
61
exec(`git checkout package.json`) // cleanup
62
exec(`git tag ${newVersion}`)
63
+ /*
64
const env = process.env
65
const remote = `https://${env.GITHUB_ACTOR}:${env.GITHUB_TOKEN}@github.com/${env.GITHUB_REPOSITORY}.git`
66
exec(`git push ${remote} --tags`)
67
+ */
68
}
69
run()
0 commit comments