Skip to content

Commit b58d868

Browse files
committed
Refine tag pattern in deploy-maven-central.yml for version matching
1 parent 3b438a9 commit b58d868

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-maven-central.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Deploy to Maven Central
33
on:
44
push:
55
tags:
6-
- 'v*'
7-
- '[0-9]+.[0-9]+.[0-9]+*'
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
87
workflow_run:
98
workflows: ["Finalize GPULlama3 Release"]
109
types: [completed]

0 commit comments

Comments
 (0)