Skip to content

Commit

Permalink
[release/v1.19.x] Fix website PR (#6923)
Browse files Browse the repository at this point in the history
Clean cherry-pick of #6869 to the `release/v1.19.x` branch.

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
  • Loading branch information
opentelemetrybot and trask committed Oct 19, 2022
1 parent cfcff3c commit 1540a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-create-website-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1540a22

Please sign in to comment.