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 95e8cfe commit 1e14c21Copy full SHA for 1e14c21
.github/workflows/publish.yml
@@ -1,7 +1,10 @@
1
name: Publish package
2
+
3
on:
- release:
4
- types: [created]
+ push:
5
+ tags:
6
+ - "v[0-9]+.[0-9]+.[0-9]+*" # tag pattern on pub.dev: 'v{{version}'
7
8
jobs:
9
publish:
10
# Leveraged from https://github.com/dart-lang/setup-dart/blob/main/.github/workflows/publish.yml but made to support Flutter
0 commit comments