From 280149e808870c5e72ea410eca1fe55a66659c60 Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Wed, 11 Jun 2025 13:25:24 +0000 Subject: [PATCH 1/2] fix(ci): Clone repo for docs job --- .github/workflows/release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 826536136..00ace5918 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -270,11 +270,9 @@ jobs: id-token: write environment: Docs steps: - - id: download_source - name: Download artifacts - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.6.1 - with: - name: source + - id: checkout + name: Checkout repository + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Build run: | mkdir -p dist From adb462793c64f485be05cf55104b1899fd5774de Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Wed, 11 Jun 2025 13:27:15 +0000 Subject: [PATCH 2/2] version docs --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00ace5918..54924b558 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -288,4 +288,4 @@ jobs: run: | aws s3 sync \ dist \ - s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-java/ + s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-java/${{ inputs.version }}/