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 a397b2a commit abb225aCopy full SHA for abb225a
scripts/release.js
@@ -104,7 +104,7 @@ function tagAndPublish(newVersion) {
104
if (isReleaseBuild && !IS_SNAPSHOT) {
105
exec.execSync(`git tag -a ${newVersion} -m "${newVersion}"`);
106
console.log(`tagging git for version ${newVersion}...`);
107
- exec.execSyncSilent(`git push deploy ${newVersion} || true`);
+ exec.execSyncSilent(`git push origin ${newVersion}`);
108
}
109
110
0 commit comments