We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release-branches.py
release-branches
1 parent e6ae341 commit dffae5bCopy full SHA for dffae5b
.github/actions/release-branches/action.yml
@@ -22,7 +22,7 @@ runs:
22
MAJOR_VERSION: ${{ inputs.major_version }}
23
LATEST_TAG: ${{ inputs.latest_tag }}
24
run: |
25
- python ${{ github.action_path }}/release-branches.py \
+ npx tsx ${{ github.workspace }}/pr-checks/release-branches.ts \
26
--major-version "$MAJOR_VERSION" \
27
--latest-tag "$LATEST_TAG"
28
shell: bash
0 commit comments