fix(ci): ensure the catalogs also get updated correctly
This commit is contained in:
@@ -93,6 +93,15 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
- name: build catalogs
|
||||||
|
if: |
|
||||||
|
steps.collect-changes.outputs.changesDetected == 'true'
|
||||||
|
run: |
|
||||||
|
pip install yq
|
||||||
|
tools/build-release.sh -p
|
||||||
|
env:
|
||||||
|
CR_TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Create commit
|
- name: Create commit
|
||||||
id: create-commit
|
id: create-commit
|
||||||
uses: stefanzweifel/git-auto-commit-action@c4b132ec2c77a21fcab564bd3c92610cee84b894 # tag=v4
|
uses: stefanzweifel/git-auto-commit-action@c4b132ec2c77a21fcab564bd3c92610cee84b894 # tag=v4
|
||||||
@@ -126,15 +135,6 @@ jobs:
|
|||||||
cd -
|
cd -
|
||||||
rm -rf pub
|
rm -rf pub
|
||||||
|
|
||||||
- name: build catalogs
|
|
||||||
if: |
|
|
||||||
steps.collect-changes.outputs.changesDetected == 'true'
|
|
||||||
run: |
|
|
||||||
pip install yq
|
|
||||||
tools/build-release.sh -p
|
|
||||||
env:
|
|
||||||
CR_TOKEN: ${{ secrets.BOT_TOKEN }}
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
|
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user