Skip to content

Commit 5abdb52

Browse files
committed
Replace release-branches.py with TS version in release-branches action
1 parent f7da902 commit 5abdb52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/release-branches/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ runs:
2222
MAJOR_VERSION: ${{ inputs.major_version }}
2323
LATEST_TAG: ${{ inputs.latest_tag }}
2424
run: |
25-
python ${{ github.action_path }}/release-branches.py \
25+
npm ci
26+
npx tsx ./pr-checks/release-branches.ts \
2627
--major-version "$MAJOR_VERSION" \
2728
--latest-tag "$LATEST_TAG"
2829
shell: bash

0 commit comments

Comments
 (0)