parent
6019403b95
commit
3e9ab4bd4d
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||||
|
name: Publish to pub.dev |
||||||
|
|
||||||
|
on: |
||||||
|
push: |
||||||
|
tags: |
||||||
|
- 'v[0-9]+.[0-9]+.[0-9]+*' |
||||||
|
|
||||||
|
jobs: |
||||||
|
publish: |
||||||
|
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1 |
||||||
|
# with: |
||||||
|
# working-directory: path/to/package/within/repository |
Loading…
Reference in new issue