Skip to content

Commit abb225a

Browse files
committed
script
1 parent a397b2a commit abb225a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function tagAndPublish(newVersion) {
104104
if (isReleaseBuild && !IS_SNAPSHOT) {
105105
exec.execSync(`git tag -a ${newVersion} -m "${newVersion}"`);
106106
console.log(`tagging git for version ${newVersion}...`);
107-
exec.execSyncSilent(`git push deploy ${newVersion} || true`);
107+
exec.execSyncSilent(`git push origin ${newVersion}`);
108108
}
109109
}
110110

0 commit comments

Comments
 (0)