This commit is contained in:
Dengke Tang
2023-02-28 16:08:24 -08:00
parent b5fec52be1
commit 21b8f0052a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 [email protected] --version ${{ steps.tag.outputs.release_tag }} --notes NOTES
python3 dev-scripts/prepare_pecl_release.py --name aws-crt --user aws-crt --email [email protected] --version ${{ steps.tag.outputs.release_tag }}
- name: Upload artifacts
uses: actions/upload-artifact@v3
+1 -1
View File
@@ -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,