Skip to content

Commit

Permalink
chore(ci): Added automatic publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Mar 9, 2023
1 parent 04348b1 commit b0b3e66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Publish
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
jobs:
publish:
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 comments on commit b0b3e66

Please sign in to comment.