Skip to content

Commit

Permalink
fix(ci): nightly updater issue
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Jan 31, 2024
1 parent f8e69a3 commit 4a05f77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/updater-nightly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ async function resolveUpdater() {
...options,
tag: "pre-release",
});
const shortHash = await execSync(
`git rev-parse --short ${latestPreRelease.target_commitish}`,
)
const shortHash = await execSync(`git rev-parse --short pre-release`)
.toString()
.replace("\n", "")
.replace("\r", "");
Expand Down

0 comments on commit 4a05f77

Please sign in to comment.