From b1bc39db591b40560526e9907f65f43458732042 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 13 Oct 2022 07:32:30 -0700 Subject: [PATCH] Fix website PR (#6869) Need to manually run the action after merging. --- .github/workflows/reusable-create-website-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-create-website-pull-request.yml b/.github/workflows/reusable-create-website-pull-request.yml index b8fc2e2df2..e4536f1cff 100644 --- a/.github/workflows/reusable-create-website-pull-request.yml +++ b/.github/workflows/reusable-create-website-pull-request.yml @@ -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: |