We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5fa4d2 + 5dc85d8 commit 293b1caCopy full SHA for 293b1ca
1 file changed
.github/workflows/publish.yml
@@ -5,6 +5,8 @@ on:
5
push:
6
tags:
7
- 'v[0-9]+.[0-9]+.[0-9]+' # tag pattern on pub.dev: 'v{{version}'
8
+ release:
9
+ types: [ created ]
10
11
# Publish using custom workflow
12
jobs:
0 commit comments