Skip to content

Commit cd50991

Browse files
committed
Fix CI
1 parent 3e0c6b9 commit cd50991

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v3
49+
with:
50+
fetch-depth: 0 # important: fetch all history and tags
4951
- uses: actions/setup-node@v4
5052
with:
5153
node-version: '20'

0 commit comments

Comments
 (0)