Skip to content

Commit 85c6cad

Browse files
committed
Fix publishing
1 parent e6b007b commit 85c6cad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Publish to pub.dev
22

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
tags:
6+
- "[0-9]+.[0-9]+.[0-9]+*"
67
workflow_dispatch:
78

89
jobs:

0 commit comments

Comments
 (0)