Skip to content

Commit a7cc8bb

Browse files
authored
Create publish.yml
Add pub.dev integration
1 parent 5fbaf5d commit a7cc8bb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/publish.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Publish to pub.dev
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+*'
7+
8+
jobs:
9+
publish:
10+
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
11+
# with:
12+
# working-directory: path/to/package/within/repository

0 commit comments

Comments
 (0)