Skip to content

Commit

Permalink
fixup! ci: easy pre-releases for new packages
Browse files Browse the repository at this point in the history
Remove extraneous `|` in pre-release comment
  • Loading branch information
mrbbot committed Jan 18, 2024
1 parent 4f1129a commit 6f9e2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/extract-runtime-versions.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const workerdBinary = path.resolve(workerdPackageJsonPath, "../bin/workerd");

const workerdBinaryVersion = execSync(workerdBinary + " --version")
.toString()
.trim()
.split(" ")[1];

// 4. Write basic markdown report
Expand Down

0 comments on commit 6f9e2be

Please sign in to comment.