Skip to content

Commit 18f1d4e

Browse files
committed
fix(publish): set fetch-depth
1 parent 1a09ffb commit 18f1d4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
id-token: write
1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
1921
- uses: pnpm/action-setup@v4
2022
with:
2123
run_install: false

0 commit comments

Comments
 (0)