Skip to content

Commit

Permalink
Enable release from forks (FreeRTOS#1299)
Browse files Browse the repository at this point in the history
* Enable release from forks

* Update Kernel submodule pointer

* Update manifest file

---------

Co-authored-by: Rahul Kar <karahulx@amazon.com>
  • Loading branch information
tony-josi-aws and kar-rahul-aws authored Nov 19, 2024
1 parent 1469448 commit a3a5265
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ 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"
git config --global user.email "$ACTOR"@users.noreply.github.com
# 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 $?
2 changes: 1 addition & 1 deletion FreeRTOS/Source
Submodule Source updated 209 files
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: "MIT"

dependencies:
- name: "FreeRTOS-Kernel"
version: "5f3bab1"
version: "7e419c2"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
Expand Down

0 comments on commit a3a5265

Please sign in to comment.