diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 7d85ee4d25f..37b0410786d 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -12,6 +12,8 @@ jobs: - name: Check out project uses: actions/checkout@v4 with: + # Fetch all history for all branches and tags, which is needed for the release script. + fetch-depth: 0 # Pass in an administrator token to get around branch protection. token: ${{ secrets.GH_TOKEN_REDALLEN }}