mirror of https://github.com/grpc/grpc-dart.git
PUblish to cloudsmith package repository
This commit is contained in:
parent
1502c97f13
commit
bdffdec822
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue