Skip to content

Commit 756689c

Browse files
committed
Add v version prefix to publish workflow
1 parent 3d52351 commit 756689c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish
22

33
on:
44
push:
5-
tags: ["[0-9]+.[0-9]+.[0-9]+**"]
5+
tags: ["v[0-9]+.[0-9]+.[0-9]+**"]
66

77
jobs:
88

@@ -19,6 +19,8 @@ jobs:
1919

2020
- uses: olegtarasov/[email protected]
2121
id: tagName
22+
with:
23+
tagRegex: "v(.*)"
2224

2325
- name: Publish Maven
2426
uses: burrunan/gradle-cache-action@v1

0 commit comments

Comments
 (0)