We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ab98d commit 8bc92beCopy full SHA for 8bc92be
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish to pub.dev
3
on:
4
push:
5
tags:
6
- - 'v[0-9]+.[0-9]+.[0-9]+*' # tag pattern on pub.dev: 'v{{version}'
+ - '[0-9]+.[0-9]+.[0-9]+*' # tag pattern on pub.dev: 'v{{version}'
7
8
# Publish using custom workflow
9
jobs:
0 commit comments