Skip to content

Commit b214417

Browse files
committed
fix syntax
1 parent b8a6a50 commit b214417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: "Publish to Maven Central"
22

33
on:
44
push:
5-
tags: "*"
5+
tags:
6+
- "*"
67
branches:
78
- "ci/publish-workflow"
89

0 commit comments

Comments
 (0)