Skip to content

Commit 82b3bd7

Browse files
authored
ci: add publish github action
1 parent acefc55 commit 82b3bd7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)