Skip to content

Commit dffae5b

Browse files
committed
Replace release-branches.py with TS version in release-branches action
1 parent e6ae341 commit dffae5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
MAJOR_VERSION: ${{ inputs.major_version }}
2323
LATEST_TAG: ${{ inputs.latest_tag }}
2424
run: |
25-
python ${{ github.action_path }}/release-branches.py \
25+
npx tsx ${{ github.workspace }}/pr-checks/release-branches.ts \
2626
--major-version "$MAJOR_VERSION" \
2727
--latest-tag "$LATEST_TAG"
2828
shell: bash

0 commit comments

Comments
 (0)