Skip to content

Commit e0faeae

Browse files
Update publish.yml
1 parent 92f9f6f commit e0faeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish to Maven Central
22
on:
33
push:
44
tags:
5-
- '*'
5+
- '[0-9]+.[0-9]+.[0-9]+'
66
branches:
77
- main
88
workflow_dispatch:

0 commit comments

Comments
 (0)