update: Updated naming for bump files, added kdeconnect

This commit is contained in:
Darwin Cereska
2025-06-19 19:20:30 -04:00
parent 072d845a7b
commit 7ca0543429
4 changed files with 95 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ jobs:
git add Formula/ttymer.rb
if ! git diff --cached --quiet; then
VERSION=${{ steps.fetch.outputs.version }}
git commit -m "Auto-update ttymer to $VERSION"
git commit -m "bump: Updated ttymer to $VERSION"
git push
else
echo "No changes to commit"