bump version

This commit is contained in:
David Blass
2025-10-13 14:14:52 -04:00
parent f52e94c612
commit 03810d574e
5 changed files with 20 additions and 8 deletions
+6 -2
View File
@@ -1,6 +1,10 @@
# Ensure lockfile is up to date
echo "🔒 Updating lockfile..."
pnpm install --lockfile-only
# Build the action before committing
echo "🔨 Building action..."
npm run build
# Add the built files to the commit
git add entry.cjs
# Add the built files and lockfile to the commit
git add entry.cjs pnpm-lock.yaml