Fix website PR (#6869)

Need to manually run the action after merging.
This commit is contained in:
Trask Stalnaker 2022-10-13 07:32:30 -07:00 committed by GitHub
parent 7104290294
commit b1bc39db59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
VERSION: ${{ inputs.version }}
run: |
# TODO (trask) this will need to be updated when instrumentation-annotations are stable
sed -Ei "s/^javaAnnotationsVersion: [0-9.]+$/javaAnnotationsVersion: ${VERSION}-alpha/" content/en/docs/instrumentation/java/automatic/annotations.md
sed -Ei "s/^javaAnnotationsVersion: [0-9.]+-alpha$/javaAnnotationsVersion: ${VERSION}-alpha/" content/en/docs/instrumentation/java/automatic/annotations.md
- name: Use CLA approved github bot
run: |