Skip to content

Commit

Permalink
Update release_prep.sh (#1152)
Browse files Browse the repository at this point in the history
Add missing end quotes so that the release changelog doesn't get included in the Starlark code block.
  • Loading branch information
Bencodes committed Apr 26, 2024
1 parent 9675357 commit d0c96cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ http_archive(
sha256 = "${SHA}",
url = "https://github.com/bazelbuild/rules_kotlin/releases/download/${TAG}/${ARCHIVE}",
)
\`\`\`
EOF

0 comments on commit d0c96cc

Please sign in to comment.