dist files for v1.3.1 built
This commit is contained in:
@@ -267,7 +267,12 @@ if [ $TEST_EXIT -ne 0 ]; then
|
|||||||
fi
|
fi
|
||||||
echo "✅ All build tests passed."
|
echo "✅ All build tests passed."
|
||||||
|
|
||||||
# === 5. Auto-tag and push ===
|
# === 5. Commit, tag, and push ===
|
||||||
|
echo ""
|
||||||
|
echo "=== Committing & Pushing ==="
|
||||||
|
git add -A
|
||||||
|
git commit -m "dist files for $VERSION built" --allow-empty
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "=== Tagging $VERSION ==="
|
echo "=== Tagging $VERSION ==="
|
||||||
if git rev-parse "$VERSION" >/dev/null 2>&1; then
|
if git rev-parse "$VERSION" >/dev/null 2>&1; then
|
||||||
@@ -278,10 +283,6 @@ else
|
|||||||
echo "✅ Created tag: $VERSION"
|
echo "✅ Created tag: $VERSION"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
|
||||||
echo "=== Committing & Pushing ==="
|
|
||||||
git add -A
|
|
||||||
git commit -m "dist files for $VERSION built" --allow-empty
|
|
||||||
git push
|
git push
|
||||||
git push origin --force tag "$VERSION"
|
git push origin --force tag "$VERSION"
|
||||||
git push github --force tag "$VERSION"
|
git push github --force tag "$VERSION"
|
||||||
|
|||||||
Reference in New Issue
Block a user