We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90c639 commit b61a7bbCopy full SHA for b61a7bb
.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