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 f7da902 commit 5abdb52Copy full SHA for 5abdb52
1 file changed
.github/actions/release-branches/action.yml
@@ -22,7 +22,8 @@ runs:
22
MAJOR_VERSION: ${{ inputs.major_version }}
23
LATEST_TAG: ${{ inputs.latest_tag }}
24
run: |
25
- python ${{ github.action_path }}/release-branches.py \
+ npm ci
26
+ npx tsx ./pr-checks/release-branches.ts \
27
--major-version "$MAJOR_VERSION" \
28
--latest-tag "$LATEST_TAG"
29
shell: bash
0 commit comments