diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c5711f0eeb2..6b83f119410f 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