diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 62c5e2e..2f903b9 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -12,9 +12,11 @@ jobs: steps: - name: Checkout repository + uses: actions/checkout@v4 env: GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }} - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Git run: |