feat(release): trigger also with tags that have a posfix

This commit is contained in:
ricardodalarme 2023-03-26 11:32:18 -03:00
parent 3abd2b059d
commit 4a6f664b1d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Publish to pub.dev
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]"
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
publish: