Skip to content

Commit 904781a

Browse files
committed
chore: allow claude to access git tags
1 parent c2cd991 commit 904781a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ jobs:
134134
steps:
135135
- uses: actions/checkout@v4
136136
with:
137-
fetch-depth: 0 # we need the tags to be available
137+
fetch-depth: 0 # we need the tags to be available but not the full tree
138+
filter: "tree:0"
138139

139140
- uses: pnpm/action-setup@v4
140141
name: Install pnpm

0 commit comments

Comments
 (0)