Skip to content

Commit

Permalink
feat: implement CI:CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultPointurier committed Feb 24, 2023
1 parent 03c7d4e commit b94054a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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

0 comments on commit b94054a

Please sign in to comment.