diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68800fa37..3bbad7990 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -250,7 +250,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