Skip to content

Commit

Permalink
Add update to GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AkechiShiro committed Jul 7, 2024
1 parent 6d23730 commit 52e10d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
git status
git checkout master
git add -A PKGBUILD .SRCINFO
pkgnew=$(sed -Ei "1,\$s|^(pkgver=).*|\1$pkgver_date|" PKGBUILD) git commit -m "Update to $pkgnew"
git diff-index --quiet HEAD || pkgnew=$(sed -Ei "1,\$s|^(pkgver=).*|\1$pkgver_date|" PKGBUILD) git commit -m "Update to $pkgnew"
git status
git push -u origin master

0 comments on commit 52e10d1

Please sign in to comment.