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