Skip to content

Commit c683700

Browse files
committed
fix(cicd): release workflow tag to match on semantic versioning
1 parent 42694a6 commit c683700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Create a new GitHub release with the files
22

33
on:
44
push:
5-
tags: ['*']
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+(-*)?'
67
workflow_dispatch:
78

89
jobs:

0 commit comments

Comments
 (0)