Fix the god damn git add
This commit is contained in:
@@ -16,7 +16,7 @@ echo "Tag: $TAG"
|
||||
|
||||
echo "Building the thing..."
|
||||
sed -i "s/## Version: .*/## Version: $TAG/" ActionBarSaverDaved.toc
|
||||
git add ActionBarSaverDaved.toc ActionBarSaverDaved.lua
|
||||
git add ActionBarSaverDaved.toc
|
||||
git commit -m "Release $TAG"
|
||||
git tag -f $TAG
|
||||
git push origin $TAG
|
||||
|
Reference in New Issue
Block a user