Skip to content

Commit

Permalink
lint description for passing dart pub
Browse files Browse the repository at this point in the history
  • Loading branch information
up9cloud committed Jun 16, 2024
1 parent 3623146 commit cd6a03c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: k-paxian/dart-package-publisher@v1.6
id: flutter_publish
with:
accessToken: ${{ secrets.FLUTTER_PUB_ACCESS_TOKEN }}
refreshToken: ${{ secrets.FLUTTER_PUB_REFRESH_TOKEN }}
accessToken: ${{ secrets.DART_PUB_ACCESS_TOKEN }}
refreshToken: ${{ secrets.DART_PUB_REFRESH_TOKEN }}
skipTests: true
flutter: true
- id: set_status
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@ Make sure you are using supported one
- Push with tags (`git push && git push --tags`)
- Wait for CI task

### Manually publish

- https://dart.dev/tools/pub/publishing

```bash
dart pub publish
# credentials file on macos
cat ~/Library/Application\ Support/dart/pub-credentials.json
```

## TODO

- [ ] ⛔ is about `iOS with dylib`. There are .dylib files in build/ios/Debug-iphonesimulator/XCFrameworkIntermediates, but still...
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: libtdjson
description: A flutter plugin for [TDLib JSON interface](https://github.com/tdlib/td#using-from-other-programming-languages), ffi binding.
description: A flutter plugin for TDLib JSON interface, ffi binding.
version: 0.2.0
homepage: https://github.com/up9cloud/flutter_libtdjson
repository: https://github.com/up9cloud/flutter_libtdjson
Expand Down

0 comments on commit cd6a03c

Please sign in to comment.