Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
add firehose publishing workflow (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 authored Jun 16, 2023
1 parent 0743f11 commit f7b714e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# A CI configuration to auto-publish pub packages.

name: Publish

on:
pull_request:
branches: [ main, master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]

jobs:
publish:
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main

0 comments on commit f7b714e

Please sign in to comment.