diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index c168842..84b5582 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -39,6 +39,8 @@ jobs: shell: bash - name: Analyze code run: dart analyze --fatal-infos . + - name: Publish to package repository + run: dart pub publish -f - name: Check that grpc-web sample builds with DDC if: ${{ matrix.sdk == 'dev' }} # build_runner build --no-release to force compilation with DDC. diff --git a/pubspec.yaml b/pubspec.yaml index 8c9ae84..d756ff1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,6 +3,7 @@ description: Dart implementation of gRPC, a high performance, open-source univer version: 4.0.2 repository: https://github.com/open-runtime/grpc-dart +publish_to: https://dart.cloudsmith.io/pieces-for-developers/pieces-dart-package/ topics: - grpc