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