mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Enable release from forks (#1299)
* Enable release from forks * Update Kernel submodule pointer * Update manifest file --------- Co-authored-by: Rahul Kar <karahulx@amazon.com>
This commit is contained in:
parent
1469448e3e
commit
a3a526569f
3 changed files with 4 additions and 3 deletions
3
.github/workflows/auto-release.yml
vendored
3
.github/workflows/auto-release.yml
vendored
|
|
@ -43,6 +43,7 @@ jobs:
|
|||
ACTOR: ${{ github.actor }}
|
||||
COMMIT_ID: ${{ github.event.inputs.commit_id }}
|
||||
VERSION_NUMBER: ${{ github.event.inputs.version_number }}
|
||||
GITHUB_ORG: ${{ github.repository_owner }}
|
||||
run: |
|
||||
# Configure repo for push
|
||||
git config --global user.name "$ACTOR"
|
||||
|
|
@ -50,5 +51,5 @@ jobs:
|
|||
|
||||
# Run the release script
|
||||
pip install -r ./tools/.github/scripts/release-requirements.txt
|
||||
./tools/.github/scripts/release.py FreeRTOS --core-repo-path=local_core --core-commit="$COMMIT_ID" --new-core-version="$VERSION_NUMBER"
|
||||
./tools/.github/scripts/release.py "$GITHUB_ORG" --core-repo-path=local_core --core-commit="$COMMIT_ID" --new-core-version="$VERSION_NUMBER"
|
||||
exit $?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue