Skip to content

Commit

Permalink
feat: add automated publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Jan 6, 2024
1 parent 5dd79c8 commit a8da875
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:
- "[0-9]+.[0-9]+.[0-9]+*"

jobs:
publish:
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 comments on commit a8da875

Please sign in to comment.