Skip to content

Commit

Permalink
build: fix getSha for version embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed May 28, 2024
1 parent 152f235 commit 71c1621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function getSha(): string | undefined {
}

console.info(`CI build detected, not a PR build`)
return undefined;
return envs.GITHUB_SHA;
}

export function getVersionTag():HtmlTagDescriptor {
Expand Down

0 comments on commit 71c1621

Please sign in to comment.