File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
[ flutter-actions/setup-pubdev-credentials ] : https://github.com/flutter-actions/setup-pubdev-credentials
2
+ [ Pub.dev ] : https://pub.dev
2
3
[ GitHub Action ] : https://github.com/flutter-actions/setup-flutter
3
- [ `LICENSE` ] : https://github.com/flutter-actions/setup-flutter/blob/main/LICENSE
4
+ [ MIT License ] : https://github.com/flutter-actions/setup-flutter/blob/main/LICENSE
4
5
5
6
## About
6
7
@@ -62,11 +63,15 @@ jobs:
62
63
run : flutter test
63
64
` ` `
64
65
65
- ## Automated publishing of packages to pub .dev
66
+ ## Automated publishing of packages to [Pub .dev]
66
67
67
- You can automate publishing from GitHub Actions by using the [flutter-actions/setup-pubdev-credentials] action.
68
+ You can automated publishing of packages to [Pub.dev] from GitHub Actions by using the [flutter-actions/setup-pubdev-credentials] action.
68
69
69
- See [flutter-actions/setup-pubdev-credentials] for more information.
70
+ ` ` ` yml
71
+ # Setup Flutter SDK and automated pub.dev credentials
72
+ - uses : flutter-actions/setup-flutter@v3
73
+ - uses : flutter-actions/setup-pubdev-credentials@v1
74
+ ` ` `
70
75
71
76
## Troubleshooting
72
77
@@ -96,4 +101,5 @@ curl -fsSL https://raw.githubusercontent.com/flutter-actions/setup-flutter/${SET
96
101
97
102
# License
98
103
99
- See the [`LICENSE`] file.
104
+ Licensed under the [MIT License].
105
+
You can’t perform that action at this time.
0 commit comments