diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 2abc497e45..c5895af18f 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v3 + with: + fetch-depth: 10 - name: Get Last 10 Commits id: get_commits