summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/snapshot-release.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml
index e1dbd8731..b5cc83561 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