Skip to content

Commit a6cac31

Browse files
authored
chore: Update release.yml
1 parent 6ae96c2 commit a6cac31

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ jobs:
2222

2323
publish:
2424
needs: pana
25+
environment: 'pub.dev'
2526
permissions:
2627
id-token: write # Required for authentication using OIDC
27-
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
28-
with:
29-
# Specify the github actions deployment environment
30-
environment: pub.dev
28+
runs-on: ubuntu-latest
29+
steps:
30+
- name: 📚 Git Checkout
31+
uses: actions/checkout@v4
32+
with:
33+
submodules: recursive
34+
- uses: ./.github/actions/publish_flutter_package

0 commit comments

Comments
 (0)