mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
fix?
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
version_with_v=$(git describe --tags --abbrev=0)
|
||||
VERSION=$(echo ${version_with_v} | cut -f2 -dv)
|
||||
sed -i "s/#define CRT_VERSION .*/#define CRT_VERSION \"$VERSION\"/g" ext/crt.c
|
||||
echo "VERSION="${VERSION}" >> $GITHUB_OUTPUT
|
||||
echo "VERSION=\"${VERSION}\"" >> $GITHUB_OUTPUT
|
||||
python3 dev-scripts/prepare_pecl_release.py --name aws-crt --user aws-crt --email [email protected] --version ${VERSION}
|
||||
|
||||
- name: Upload artifacts
|
||||
|
||||
Reference in New Issue
Block a user