Skip to content

Commit b18cc4e

Browse files
authored
Update tag pattern in publish workflow (#740)
## What does this change? Allows publishing versions with any digits and with a build version.
1 parent ce66452 commit b18cc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to pub.dev
33
on:
44
push:
55
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
- 'v\d+\.\d+\.\d+(\+\d+)?'
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)