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:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write # Required for authentication using OIDC
|
contents: read
|
||||||
uses: dart-lang/setup-dart/.github/workflows/publish.yml@a57a6c04cf7d4840e88432aad6281d1e125f0d46
|
id-token: write
|
||||||
with:
|
uses: famedly/frontend-ci-templates/.github/workflows/publish-pub.yml@main
|
||||||
environment: pub.dev
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue