This commit is contained in:
parresampath367-design 2026-04-10 10:02:29 +00:00 committed by GitHub
commit 2f4ade7c94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -287,3 +287,8 @@ steps:
- name: Publish package to public - name: Publish package to public
run: ./publish.sh run: ./publish.sh
``` ```
run: ./build-child-module.sh
uses: actions/cache/restore@v5
path: path/to/dependencies
key: ${{runner.os}}-${{ hashfiles('**/lockfiles')}}