Fix the god damn git add

This commit is contained in:
2025-05-06 23:06:57 +02:00
parent 717a8ee015
commit 1b4e3dd688

View File

@@ -16,7 +16,7 @@ echo "Tag: $TAG"
echo "Building the thing..." echo "Building the thing..."
sed -i "s/## Version: .*/## Version: $TAG/" ActionBarSaverDaved.toc sed -i "s/## Version: .*/## Version: $TAG/" ActionBarSaverDaved.toc
git add ActionBarSaverDaved.toc ActionBarSaverDaved.lua git add ActionBarSaverDaved.toc
git commit -m "Release $TAG" git commit -m "Release $TAG"
git tag -f $TAG git tag -f $TAG
git push origin $TAG git push origin $TAG