We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5909064 commit 84344a2Copy full SHA for 84344a2
1 file changed
tools/releaser/src/release.ts
@@ -67,6 +67,9 @@ const cmdRunnerAsync =
67
async function main() {
68
console.log({ projectRoot: PROJECT_ROOT })
69
70
+ header(`⬇️ Pulling latest from remote...`, { enable: true })
71
+ execSync('git pull', execOpts)
72
+
73
if (!process.env.GITHUB_TOKEN) {
74
throw new Error('GITHUB_TOKEN env var is required')
75
}
0 commit comments