diff --git a/.github/workflows/nightly-tag-generation.yml b/.github/workflows/nightly-tag-generation.yml index 266095a346..0a4eb3d974 100644 --- a/.github/workflows/nightly-tag-generation.yml +++ b/.github/workflows/nightly-tag-generation.yml @@ -15,9 +15,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - token: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }} with: fetch-depth: 0 # Fetch all history for tags + token: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }} - name: Configure Git run: |