We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c94ce5 commit 983898aCopy full SHA for 983898a
scripts/tag-and-version
@@ -29,7 +29,7 @@ const StableVersionRegex = /^[0-9]+\.[0-9]+\.[0-9]+$/;
29
* @returns True if the current branch is `master`, else False.
30
*/
31
function isMasterBranch() {
32
- return process.env.BRANCH === "ref/heads/master";
+ return process.env.BRANCH === "refs/heads/master";
33
}
34
35
/**
0 commit comments