Skip to content

Commit 348f5f7

Browse files
authoredSep 1, 2020
Fix: Use specific git command to push (#45)
1 parent 7330f24 commit 348f5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/release-ops.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ function publishRelease() {
444444
}
445445

446446
console.log("Publishing to git");
447-
ShellOps.exec("git push --tags");
447+
ShellOps.exec("git push origin HEAD --tags");
448448

449449
publishReleaseToGitHub(releaseInfo);
450450

0 commit comments

Comments
 (0)
Please sign in to comment.