Replace release-branches.py with TS version in release-branches action

This commit is contained in:
Michael B. Gale
2026-03-13 13:08:13 +00:00
parent f7da902f78
commit 5abdb52ddd
+2 -1
View File
@@ -22,7 +22,8 @@ runs:
MAJOR_VERSION: ${{ inputs.major_version }}
LATEST_TAG: ${{ inputs.latest_tag }}
run: |
python ${{ github.action_path }}/release-branches.py \
npm ci
npx tsx ./pr-checks/release-branches.ts \
--major-version "$MAJOR_VERSION" \
--latest-tag "$LATEST_TAG"
shell: bash