Skip to content

Commit 72ec587

Browse files
committed
Invoke correct hot-fix check script
1 parent 229e791 commit 72ec587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/finalize-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Determine if release was a hotfix release
6262
run: |
6363
version=${BASE_REF#rc/}
64-
echo "HOTFIX_RELEASE=$(python scripts/release/is-hotfix.py $version)" >> "$GITHUB_ENV"
64+
echo "HOTFIX_RELEASE=$(python scripts/release/is-hotfix-release.py $version)" >> "$GITHUB_ENV"
6565
6666
- name: Bump main version
6767
if: env.HOTFIX_RELEASE == 'false'

0 commit comments

Comments
 (0)