We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a6a50 commit b214417Copy full SHA for b214417
.github/workflows/publish.yml
@@ -2,7 +2,8 @@ name: "Publish to Maven Central"
2
3
on:
4
push:
5
- tags: "*"
+ tags:
6
+ - "*"
7
branches:
8
- "ci/publish-workflow"
9
0 commit comments