Skip to content

Commit b2029ca

Browse files
committed
fix publish to pub.dev not auto authenticated
1 parent 4aaf78d commit b2029ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131

3232
- run: flutter --version
3333

34+
# Setup Dart SDK with JWT token
35+
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
36+
3437
# Parse package from tag, e.g.: ogg_opus_player-v1.0.0
3538
- name: Parse package name
3639
id: parse

0 commit comments

Comments
 (0)