summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorburdoto2023-05-07 22:17:23 +0200
committerburdoto2023-05-07 22:17:23 +0200
commit434bb7d2fdb841389483220c6ee4c2fa2df30b2c (patch)
tree4d4fa2b561ec6ce86af3c65d7246bc33149ef3f1
parent1a9f6047f8b14f86deac65dd3e7b2c56c797e127 (diff)
downloadaur-434bb7d2fdb841389483220c6ee4c2fa2df30b2c.tar.gz
Update publish.sh
-rwxr-xr-xpublish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.sh b/publish.sh
index 567f4ed1a5cd..911ad51d7de9 100755
--- a/publish.sh
+++ b/publish.sh
@@ -6,9 +6,9 @@ dotnet clean
dotnet build -c Release
# update SRCINFO
-makepkg --printsrcinfo > .SRCINFO
git clean -f
git reset --hard
+makepkg --printsrcinfo > .SRCINFO
(git add .SRCINFO && git commit -m "SRCINFO" && git push) || true
# push to aur