Skip to content

Commit

Permalink
Fix: Use specific git command to push (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas authored Sep 1, 2020
1 parent 7330f24 commit 348f5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/release-ops.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ function publishRelease() {
}

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

publishReleaseToGitHub(releaseInfo);

Expand Down

0 comments on commit 348f5f7

Please sign in to comment.