chore: remove [skip ci] from version sync and update image tag

This commit is contained in:
2026-02-13 14:31:30 +01:00
parent f2035d79dd
commit 73ea958655
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ do
# Stage and commit
git add $SYNC_FILES
git commit -m "chore: sync versions to $TAG [skip ci]" --no-verify
git commit -m "chore: sync versions to $TAG" --no-verify
# Force update the local tag to point to the new commit
git tag -f "$TAG" > /dev/null