Skip to content

Commit

Permalink
chore: adjust after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Shadler committed Feb 17, 2021
1 parent e7e1074 commit 46ea98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/__tests__/git.test.ts
Expand Up @@ -171,7 +171,7 @@ describe("github", () => {
const gh = new Git(options);

gh.getTags = (ref: string) => {
if (ref === "origin/master") {
if (ref === "origin/main") {
return Promise.resolve(["1.0.0", "1.2.3", "1.4.0"]);
}

Expand Down

0 comments on commit 46ea98f

Please sign in to comment.