fix: Fetch depth

This commit is contained in:
Sidharth Vinod
2022-11-16 11:30:58 +05:30
parent e05e0f8ae3
commit 2092330eec

View File

@@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
git fetch --no-tags --prune origin +refs/heads/master:refs/remotes/origin/master
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2