Skip to content

Commit

Permalink
ci: avoid shallow clone
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed May 5, 2024
1 parent 5f9cafc commit 2983bf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- run: corepack enable
- uses: actions/checkout@v4
with:
fetch-depth: '0' # Avoid shallow clone
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 2983bf5

Please sign in to comment.