Unverified Commit 7fdb5c96 authored by Luca Palmieri's avatar Luca Palmieri Committed by GitHub
Browse files

Fetch history when cloning, otherwise git commands such as `rev-parse` could fail. (#2314)

parent a389ea2d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ jobs:
      with:
        ref: ${{ inputs.commit_sha }}
        token: ${{ secrets.RELEASE_AUTOMATION_BOT_PAT }}
        fetch-depth: 0
    - name: Get or create release branch
      id: branch-push
      shell: bash