We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc897e6 commit 7eab988Copy full SHA for 7eab988
.github/workflows/release.yml
@@ -257,7 +257,7 @@ jobs:
257
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
258
run: |
259
message="Post-release updates for $VERSION"
260
- body="Post-release updates for `$VERSION`."
+ body="Post-release updates for \`$VERSION\`."
261
branch="otelbot/update-apidiff-baseline-to-released-version-${VERSION}"
262
263
git checkout -b $branch
0 commit comments