Skip to content

Commit 9354b1a

Browse files
Merge pull request #18 from leancodepl/fix/pub-token
Add Dart setup step
2 parents ba8038b + 5186aec commit 9354b1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v6
2020

21+
# Required to set up the token for publishing packages.
22+
- name: Setup Dart
23+
uses: dart-lang/setup-dart@v1
24+
with:
25+
sdk: 3.10
26+
2127
- name: Setup Flutter
2228
uses: subosito/flutter-action@v2
2329
with:

0 commit comments

Comments
 (0)