diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index e49b7bd6e9d7..c696e802940e 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -61,6 +61,9 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ steps.refs.outputs.head_ref }} + fetch-depth: 0 + + - run: git fetch origin main:main - name: Setup PNPM uses: pnpm/action-setup@v2