Skip to content

PUblish to cloudsmith package repository #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading