Skip to content

Commit

Permalink
one more variable to update
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Dec 12, 2024
1 parent 678ef13 commit 66e6ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ async function main(args) {
let ldflags = [
`-X ${bi}.Version=${version}`,
`-X ${bi}.BuiltAt=${builtAt}`,
`-X ${bi}.Commit=${process.env.CI_BUILD_REF || ""}`,
`-X ${bi}.Commit=${process.env.CI_COMMIT_SHA || ""}`,
"-w",
"-s",
].join(" ");
Expand Down

0 comments on commit 66e6ea7

Please sign in to comment.