Skip to content

Commit 4b3afb6

Browse files
authored
Escape back-ticks (#2309)
1 parent 24a30ac commit 4b3afb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
251251
run: |
252252
message="Post-release updates for $VERSION"
253-
body="Post-release updates for `$VERSION`."
253+
body="Post-release updates for \`$VERSION\`."
254254
branch="otelbot/update-apidiff-baseline-to-released-version-${VERSION}"
255255
256256
git checkout -b $branch

0 commit comments

Comments
 (0)