Fix github releases tag pattern

This commit is contained in:
Christian Duerr 2020-11-14 03:51:40 +00:00 committed by GitHub
parent bfb1a571d1
commit c63bdf5cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Release
on:
push:
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
tags: ["v[0-9]+.[0-9]+.[0-9]+*"]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}