Skip to content

Commit

Permalink
check if release series branch already exist
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Apr 9, 2024
1 parent 8bbe6b1 commit 3371f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "CURRENT_MAJOR_MINOR_VERSION=$CURRENT_VERSION" >> $GITHUB_ENV
- name: Compare major.minor version and skip if behind
if: env.CURRENT_MAJOR_MINOR_VERSION < env.MAJOR_MINOR
if: env.CURRENT_MAJOR_MINOR_VERSION > env.MAJOR_MINOR
run: |
echo "Input version behind main's current major.minor version, don't need to update major version"
exit 1
Expand Down

0 comments on commit 3371f66

Please sign in to comment.