bump version

This commit is contained in:
David Blass
2025-11-13 16:16:04 -05:00
parent e90940e901
commit 68b65b2b05
3 changed files with 7 additions and 5 deletions
+5 -3
View File
@@ -1,6 +1,8 @@
# Ensure lockfile is up to date
echo "🔒 Updating lockfile..."
pnpm lock
# Ensure lockfile is up to date if package.json changed
if git diff --cached --name-only | grep -q "^package.json$"; then
echo "🔒 Updating lockfile..."
pnpm lock
fi
# Build the action before committing
echo "🔨 Building action..."