From 232cc72008385560a8e5ba65e88db9851907fb45 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Tue, 28 Feb 2023 17:19:39 -0800 Subject: [PATCH] why? --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8362b8e..de565da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,11 +26,13 @@ jobs: - name: Checkout Source uses: actions/checkout@v2 with: + fetch-depth: 0 submodules: recursive - name: Prepare Package Script # Update the version in code and generate the package. run: | + ls .git dev-scripts/update_version.sh python3 dev-scripts/prepare_pecl_release.py --name aws-crt --user aws-crt --email aws-sdk-common-runtime@amazon.com --version ${{ steps.tag.outputs.release_tag }}