Skip to content

Commit 1756af3

Browse files
celaryeniclimcy
authored andcommitted
chore(ci): Release tags should follow semver
Source: https://semver.org/spec/v2.0.0.html
1 parent afbdb6a commit 1756af3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- v*
6+
- "[0-9]+.[0-9]+.[0-9]+*"
77

88
concurrency:
99
group: ${{ github.ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)