Skip to content

Commit d0c96cc

Browse files
authored
Update release_prep.sh (#1152)
Add missing end quotes so that the release changelog doesn't get included in the Starlark code block.
1 parent 9675357 commit d0c96cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release_prep.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ http_archive(
3535
sha256 = "${SHA}",
3636
url = "https://github.com/bazelbuild/rules_kotlin/releases/download/${TAG}/${ARCHIVE}",
3737
)
38+
\`\`\`
3839
EOF

0 commit comments

Comments
 (0)