Release process: Automatically rebuild PRs

This commit is contained in:
Henry Mercer
2026-05-18 18:56:49 +01:00
parent c8a3492b26
commit 8442bc0af9
4 changed files with 80 additions and 18 deletions
@@ -48,6 +48,9 @@ jobs:
with:
fetch-depth: 0 # ensure we have all tags and can push commits
- uses: actions/setup-node@v6
with:
node-version: 24
cache: 'npm' # shared with the "Rebuild Action" workflow
- uses: actions/setup-python@v6
with:
python-version: '3.12'