This commit is contained in:
Dengke Tang
2023-02-28 17:19:39 -08:00
parent 7b1909a88b
commit 232cc72008
+2
View File
@@ -26,11 +26,13 @@ jobs:
- name: Checkout Source - name: Checkout Source
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
fetch-depth: 0
submodules: recursive submodules: recursive
- name: Prepare Package Script - name: Prepare Package Script
# Update the version in code and generate the package. # Update the version in code and generate the package.
run: | run: |
ls .git
dev-scripts/update_version.sh dev-scripts/update_version.sh
python3 dev-scripts/prepare_pecl_release.py --name aws-crt --user aws-crt --email [email protected] --version ${{ steps.tag.outputs.release_tag }} python3 dev-scripts/prepare_pecl_release.py --name aws-crt --user aws-crt --email [email protected] --version ${{ steps.tag.outputs.release_tag }}