Skip to content

Commit 7eab988

Browse files
authored
[release/v2.20.x] Backport: Fix post-release workflow (#14734)
1 parent bc897e6 commit 7eab988

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
@@ -257,7 +257,7 @@ jobs:
257257
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
258258
run: |
259259
message="Post-release updates for $VERSION"
260-
body="Post-release updates for `$VERSION`."
260+
body="Post-release updates for \`$VERSION\`."
261261
branch="otelbot/update-apidiff-baseline-to-released-version-${VERSION}"
262262
263263
git checkout -b $branch

0 commit comments

Comments
 (0)