Fix: Update workflow tag pattern for simplified versioning
- Changed tag pattern from 'core-v*.*.*-varming.*' to 'core-v*.*.*' - Matches our simplified version scheme (0.23.1 instead of 0.23.1+varming.1) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
a113ad53c5
commit
7a22236164
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ name: Publish graphiti-core-varming to PyPI
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'core-v*.*.*-varming.*' # Triggers on tags like core-v0.23.1-varming.1
|
||||
- 'core-v*.*.*' # Triggers on tags like core-v0.23.1
|
||||
workflow_dispatch: # Allow manual triggering
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue