diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a73206..748f77d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false + - run: apt-get update && apt-get install -y --no-install-recommends git - run: bun install --frozen-lockfile - run: bun run build - name: Release