Skip to content

Commit ce61cf6

Browse files
authored
Tags without the v prefix
1 parent c4a0e36 commit ce61cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Publish release with changelog
33
on:
44
push:
55
tags:
6-
- 'v[0-9]+.[0-9]+'
7-
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
- '[0-9]+.[0-9]+'
7+
- '[0-9]+.[0-9]+.[0-9]+'
88

99
jobs:
1010
create-release:

0 commit comments

Comments
 (0)