PUblish to cloudsmith package repository

This commit is contained in:
hiro-at-pieces 2025-03-30 16:41:26 -04:00
parent 1502c97f13
commit bdffdec822
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -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