Skip to content

Commit 95aab34

Browse files
RemiKalbeclaude
andcommitted
fix(ci): use correct tag pattern for release workflow
The release workflow was using 'v*' but tags follow the pattern 'siphon-v*' and 'siphon-server-v*'. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1990534 commit 95aab34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- 'siphon-v*'
7+
- 'siphon-server-v*'
78

89
permissions:
910
contents: write

0 commit comments

Comments
 (0)