Skip to content

Commit

Permalink
Invoke correct hot-fix check script
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Mar 13, 2024
1 parent 229e791 commit 72ec587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/finalize-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Determine if release was a hotfix release
run: |
version=${BASE_REF#rc/}
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"
- name: Bump main version
if: env.HOTFIX_RELEASE == 'false'
Expand Down

0 comments on commit 72ec587

Please sign in to comment.