Skip to content

Commit 551259f

Browse files
committed
chore: fetch-depth: 0 in release workflow
1 parent 0e438b9 commit 551259f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16+
with:
17+
fetch-depth: 0
1618
- run: corepack enable
1719
- uses: actions/setup-node@v5
1820
with:

0 commit comments

Comments
 (0)