From cdf5e63c76b9d07715d5a44c3dd12b2095fa56c2 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 19 Sep 2025 23:08:28 -0700 Subject: [PATCH] Fix post-release workflow (#14727) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b0d04764231..0c4137a6049a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -257,7 +257,7 @@ jobs: GH_TOKEN: ${{ steps.otelbot-token.outputs.token }} run: | message="Post-release updates for $VERSION" - body="Post-release updates for `$VERSION`." + body="Post-release updates for \`$VERSION\`." branch="otelbot/update-apidiff-baseline-to-released-version-${VERSION}" git checkout -b $branch