Remove the premature exit

This commit is contained in:
2025-05-05 01:16:57 +02:00
parent 69d7efe6f0
commit 1785af4d9d

View File

@@ -21,7 +21,6 @@ git add Heimdall.toc Heimdall.lua
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
exit 0
rm Heimdall-${TAG}.zip rm Heimdall-${TAG}.zip
mkdir Heimdall mkdir Heimdall