Skip to content

Commit

Permalink
fix: Add automation to publish to pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Kypsis committed Jul 27, 2023
1 parent 8aae2dc commit 1b31d14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
File renamed without changes.
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@v1

0 comments on commit 1b31d14

Please sign in to comment.