feat(release): trigger also with tags that have a posfix
This commit is contained in:
parent
3abd2b059d
commit
4a6f664b1d
|
|
@ -3,7 +3,7 @@ name: Publish to pub.dev
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v[0-9]+.[0-9]+.[0-9]"
|
- 'v[0-9]+.[0-9]+.[0-9]+*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue