Skip to content

Commit

Permalink
Merge pull request #30 from PostHog/ci
Browse files Browse the repository at this point in the history
feat: add ci for pushing to pub.dev automagically
  • Loading branch information
fuziontech authored Mar 14, 2023
2 parents a0ab77c + c60e92b commit eb8c1f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -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
# with:
# working-directory: path/to/package/within/repository

0 comments on commit eb8c1f4

Please sign in to comment.