We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f9f6f commit e0faeaeCopy full SHA for e0faeae
.github/workflows/publish.yml
@@ -2,7 +2,7 @@ name: Publish to Maven Central
2
on:
3
push:
4
tags:
5
- - '*'
+ - '[0-9]+.[0-9]+.[0-9]+'
6
branches:
7
- main
8
workflow_dispatch:
0 commit comments