Skip to content

Commit

Permalink
Update ghcr.io/hassio-addons/base-python
Browse files Browse the repository at this point in the history
  • Loading branch information
FaserF committed Feb 18, 2025
1 parent d41fbf5 commit 4d50c34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Bump-Addon-Version-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
echo "❌ Error: Version format in $configfile is invalid: '$OLD_VERSION'"
exit 1
fi
echo " Try recieving major minor patch number from '$OLD_VERSION'"
IFS='.' read -r major minor patch <<< "$OLD_VERSION"
echo " Got '$IFS', increasing patch number now."
((patch++))
NEW_VERSION="$major.$minor.$patch"
echo " Updating $configfile from $OLD_VERSION to $NEW_VERSION"
Expand Down

0 comments on commit 4d50c34

Please sign in to comment.