Merge pull request #1594 from famedly/td/useTemplatePub
chore: use our reusable workflow for pub publish
This commit is contained in:
commit
5900442bcb
|
|
@ -9,7 +9,6 @@ on:
|
|||
jobs:
|
||||
publish:
|
||||
permissions:
|
||||
id-token: write # Required for authentication using OIDC
|
||||
uses: dart-lang/setup-dart/.github/workflows/publish.yml@a57a6c04cf7d4840e88432aad6281d1e125f0d46
|
||||
with:
|
||||
environment: pub.dev
|
||||
contents: read
|
||||
id-token: write
|
||||
uses: famedly/frontend-ci-templates/.github/workflows/publish-pub.yml@main
|
||||
|
|
|
|||
Loading…
Reference in New Issue