fix(ci/cd): tito build commit on github actions

This commit is contained in:
Suyog Tandel
2026-01-29 12:11:54 +05:30
parent e40e7397a1
commit 925fd94bc8
+2 -1
View File
@@ -170,8 +170,9 @@ jobs:
git commit -m "chore: sync spec to $NEW_VERSION [skip ci]"
fi
git fetch origin main
git rebase origin/main
tito tag --offline --accept-auto-changelog --keep-version
git pull --rebase origin main
git push --follow-tags origin HEAD:main HEAD:release
EOF