diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/beta.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index f7ad115a2..b9aa49896 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Bun uses: ./.github/actions/setup-bun |
