Skip to content

Commit f03e62f

Browse files
authored
chore: fetch tags in publish job (#4)
1 parent d91d16d commit f03e62f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414
with:
1515
ref: main
16+
fetch-depth: 0
1617
- uses: actions/setup-node@v6
1718
with:
1819
node-version: '24'

0 commit comments

Comments
 (0)