We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c41f3 commit 4aba5ccCopy full SHA for 4aba5cc
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: 📦 Publish to pub.dev
3
on:
4
push:
5
tags:
6
- - '[0-9]+.[0-9]+.[0-9]+' # tag pattern on pub.dev: '{{version}'
+ - '[0-9]+.[0-9]+.[0-9]+' # Matches tags like 0.8.6
7
workflow_dispatch:
8
9
jobs:
0 commit comments