Skip to content

Commit c54d643

Browse files
committed
Updated Release Action to run on valid SemVer tags only
1 parent 635f90a commit c54d643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Automated Releases
55
on:
66
push:
77
tags:
8-
- "v*"
8+
- 'v*.*.*'
99

1010
# Workflow Jobs
1111
jobs:

0 commit comments

Comments
 (0)