This commit is contained in:
Dengke Tang
2023-02-28 17:45:44 -08:00
parent 8bf63c40b2
commit c41f667d99
+1 -1
View File
@@ -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