Update BUILD.yml

This commit is contained in:
2026-03-11 19:58:37 -07:00
committed by GitHub
parent 9d3a97a61c
commit 5e9eff53ad

View File

@@ -7,7 +7,5 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install && bun run build
- run: git config user.name github-actions[bot] && git config user.email github-actions[bot]@users.noreply.github.com && git add . && git commit -m "This build was committed by a bot." && git push