mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
why?
This commit is contained in:
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user