Skip to content

Commit 52fda47

Browse files
committed
chore: update GitHub Actions workflow to fetch tags and limit depth
1 parent 32f0670 commit 52fda47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
1618

1719
- name: Install pnpm
1820
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)