Skip to content

Commit 16c7193

Browse files
authored
Update README.md
1 parent ae3aa05 commit 16c7193

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[flutter-actions/setup-pubdev-credentials]: https://github.com/flutter-actions/setup-pubdev-credentials
2+
[Pub.dev]: https://pub.dev
23
[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
45

56
## About
67

@@ -62,11 +63,15 @@ jobs:
6263
run: flutter test
6364
```
6465
65-
## Automated publishing of packages to pub.dev
66+
## Automated publishing of packages to [Pub.dev]
6667
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.
6869
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+
```
7075
7176
## Troubleshooting
7277
@@ -96,4 +101,5 @@ curl -fsSL https://raw.githubusercontent.com/flutter-actions/setup-flutter/${SET
96101

97102
# License
98103

99-
See the [`LICENSE`] file.
104+
Licensed under the [MIT License].
105+

0 commit comments

Comments
 (0)