Skip to content

Commit

Permalink
Fix release yaml (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcj authored Jun 14, 2023
1 parent 3c51a49 commit 61023a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Docker image
env:
env:
XDG_CACHE_HOME: ~/.cache/bazel-repo
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,10 @@ This file can be generated by the protoc `--descriptor_set_out` flag and is used
by other tools in the protobuf/gRPC ecosystem (see
[grpcurl](https://github.com/fullstorydev/grpcurl#protoset-files)).

For bazel users, the
[proto_descriptor_set](https://github.com/bazelbuild/rules_proto/blob/master/proto/private/rules/proto_descriptor_set.bzl) rule
can be used to generate this file.

> Have multiple descriptor files? You can simply `cat` multiple
> `FileDescriptorProto` binary files together!
For bazel users, the `proto_library` rule produces this as its output file. The
[proto_descriptor_set](https://github.com/bazelbuild/rules_proto/blob/master/proto/private/rules/proto_descriptor_set.bzl)
concatenates multiple descriptor sets together (`cat foo.descriptor.pb
bar.descriptor.pb > combined.descriptor.pb`).

### Script File

Expand Down

0 comments on commit 61023a0

Please sign in to comment.