Skip to content

Commit

Permalink
add automated publishing (#665)
Browse files Browse the repository at this point in the history
test automated publishing
  • Loading branch information
JarvanMo authored Nov 5, 2024
2 parents 95f1b5b + 6cbcb5d commit d4f6b8e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Publish to pub.dev

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
# with:
# working-directory: path/to/package/within/repository

0 comments on commit d4f6b8e

Please sign in to comment.