diff --git a/.github/workflows/BUILD.yml b/.github/workflows/BUILD.yml index 8e8eed5..5efb770 100644 --- a/.github/workflows/BUILD.yml +++ b/.github/workflows/BUILD.yml @@ -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