"v*.*.*" is the tag format

Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
This commit is contained in:
Hugo van Kemenade 2021-11-16 18:28:50 +02:00 committed by GitHub
parent f8815ebfb0
commit b1381742a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: Create release
on:
push:
tags:
- '*'
- "v*.*.*"
jobs:
create-release: