We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b007b commit 85c6cadCopy full SHA for 85c6cad
.github/workflows/publish.yml
@@ -1,8 +1,9 @@
1
name: Publish to pub.dev
2
3
on:
4
- release:
5
- types: [published]
+ push:
+ tags:
6
+ - "[0-9]+.[0-9]+.[0-9]+*"
7
workflow_dispatch:
8
9
jobs:
0 commit comments