We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229e791 commit 72ec587Copy full SHA for 72ec587
.github/workflows/finalize-release.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Determine if release was a hotfix release
62
run: |
63
version=${BASE_REF#rc/}
64
- echo "HOTFIX_RELEASE=$(python scripts/release/is-hotfix.py $version)" >> "$GITHUB_ENV"
+ echo "HOTFIX_RELEASE=$(python scripts/release/is-hotfix-release.py $version)" >> "$GITHUB_ENV"
65
66
- name: Bump main version
67
if: env.HOTFIX_RELEASE == 'false'
0 commit comments