Skip to content

Commit 00a60fa

Browse files
Fetch tags in release workflow for version detection
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 334f36b commit 00a60fa

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
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4
23+
with:
24+
fetch-tags: true
2325

2426
- name: Setup Node.js
2527
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)