Skip to content

Commit

Permalink
Update .github/actions/package/action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: May <[email protected]>
  • Loading branch information
kduret and mushroomempires authored Feb 15, 2024
1 parent 28e99ef commit b80a484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ runs:
MAJOR_LEFT=$( echo $MAJOR_VERSION | cut -d "." -f1 )
MAJOR_RIGHT=$( echo $MAJOR_VERSION | cut -d "-" -f1 | cut -d "." -f2 )
BUMP_MAJOR_RIGHT=$(( MAJOR_RIGHT_PART + 1 ))
if [ "$MAJOR_RIGHT" = "04" ]; then
BUMP_MAJOR_LEFT="$MAJOR_LEFT"
BUMP_MAJOR_RIGHT="10"
Expand Down

0 comments on commit b80a484

Please sign in to comment.