From 21b8f0052a76c678f3dec017d2a8b0a591708bd5 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Tue, 28 Feb 2023 16:08:24 -0800 Subject: [PATCH] test --- .github/workflows/release.yml | 2 +- ext/crt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9a73fa..066ec08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: # Update the version in code and generate the package. run: | sed -i "s/#define CRT_VERSION \"[0-9]\+\.[0-9]\+\.[0-9]\+\"/#define CRT_VERSION \"${{ steps.tag.outputs.release_tag }}\"/g" ext/crt.c - dev-scripts/prepare_release.sh --name aws-crt --user aws-crt --email aws-sdk-common-runtime@amazon.com --version ${{ steps.tag.outputs.release_tag }} --notes NOTES + 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 }} - name: Upload artifacts uses: actions/upload-artifact@v3 diff --git a/ext/crt.c b/ext/crt.c index eea20de..c6053a1 100644 --- a/ext/crt.c +++ b/ext/crt.c @@ -263,7 +263,7 @@ static PHP_GINIT_FUNCTION(awscrt) { awscrt_globals->log_level = 0; } -#define CRT_VERSION “0.1.0” +#define CRT_VERSION "0.1.0" zend_module_entry awscrt_module_entry = { STANDARD_MODULE_HEADER,